Loading pkgs/servers/home-assistant/custom-components/polaris-mqtt/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib, buildHomeAssistantComponent, fetchFromGitHub, }: buildHomeAssistantComponent rec { owner = "samoswall"; domain = "polaris"; version = "1.0.10"; src = fetchFromGitHub { owner = "samoswall"; repo = "polaris-mqtt"; tag = "v${version}"; hash = "sha256-GxNGZISV/YjMLH2hpoyuyKGvRDiZ3ejI2eJ7o00dqK8="; }; meta = { description = "Polaris IQ Home devices integration to Home Assistant"; homepage = "https://github.com/samoswall/polaris-mqtt"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.k900 ]; }; } Loading
pkgs/servers/home-assistant/custom-components/polaris-mqtt/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib, buildHomeAssistantComponent, fetchFromGitHub, }: buildHomeAssistantComponent rec { owner = "samoswall"; domain = "polaris"; version = "1.0.10"; src = fetchFromGitHub { owner = "samoswall"; repo = "polaris-mqtt"; tag = "v${version}"; hash = "sha256-GxNGZISV/YjMLH2hpoyuyKGvRDiZ3ejI2eJ7o00dqK8="; }; meta = { description = "Polaris IQ Home devices integration to Home Assistant"; homepage = "https://github.com/samoswall/polaris-mqtt"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.k900 ]; }; }