Loading pkgs/servers/home-assistant/custom-components/rct_power/package.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildHomeAssistantComponent, rctclient, }: buildHomeAssistantComponent rec { owner = "weltenwort"; domain = "rct_power"; version = "v0.14.1"; src = fetchFromGitHub { owner = "weltenwort"; repo = "home-assistant-rct-power-integration"; tag = version; hash = "sha256-wM66MyRhBsMfUr+KlqV4jSuXcnKfW0fkbDAyuU2crsc="; }; dependencies = [ rctclient ]; doCheck = false; # no tests meta = with lib; { changelog = "https://github.com/weltenwort/home-assistant-rct-power-integration/releases/tag/${src.tag}"; description = "Custom integration for RCT Power Inverters"; homepage = "https://github.com/weltenwort/home-assistant-rct-power-integration"; maintainers = with maintainers; [ _9R ]; license = licenses.mit; }; } Loading
pkgs/servers/home-assistant/custom-components/rct_power/package.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildHomeAssistantComponent, rctclient, }: buildHomeAssistantComponent rec { owner = "weltenwort"; domain = "rct_power"; version = "v0.14.1"; src = fetchFromGitHub { owner = "weltenwort"; repo = "home-assistant-rct-power-integration"; tag = version; hash = "sha256-wM66MyRhBsMfUr+KlqV4jSuXcnKfW0fkbDAyuU2crsc="; }; dependencies = [ rctclient ]; doCheck = false; # no tests meta = with lib; { changelog = "https://github.com/weltenwort/home-assistant-rct-power-integration/releases/tag/${src.tag}"; description = "Custom integration for RCT Power Inverters"; homepage = "https://github.com/weltenwort/home-assistant-rct-power-integration"; maintainers = with maintainers; [ _9R ]; license = licenses.mit; }; }