This commit is contained in:
mjallen18
2026-01-05 23:31:06 -06:00
parent 77c76e6483
commit 3b780d4d78
26 changed files with 306 additions and 302 deletions

View File

@@ -3,6 +3,7 @@
fetchFromGitHub,
python3Packages,
namespace,
pkgs,
...
}:
buildHomeAssistantComponent rec {
@@ -17,13 +18,13 @@ buildHomeAssistantComponent rec {
hash = "sha256-hxgQsHb0E/XQEZoVFtKOgdHEVsU5UgqhOjjkgKqlI1I=";
};
propagatedBuildInputs = with python3Packages; [
nativeBuildInputs = with python3Packages; [
# gehomesdk
slixmpp
pkgs.${namespace}.gehomesdk
pkgs.${namespace}.magicattr
];
] ++ (with pkgs.${namespace}; [
gehomesdk
magicattr
]);
meta = {
changelog = "https://github.com/simbaja/ha_gehome/releases/tag/${version}";