hass
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
buildHomeAssistantComponent,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
namespace,
|
||||
home-assistant,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
buildHomeAssistantComponent rec {
|
||||
@@ -19,15 +19,12 @@ buildHomeAssistantComponent rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
with python3Packages;
|
||||
with home-assistant.python.pkgs;
|
||||
[
|
||||
# gehomesdk
|
||||
gehomesdk
|
||||
slixmpp
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
gehomesdk
|
||||
magicattr
|
||||
]);
|
||||
++ [ pkgs.${namespace}.magicattr ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/simbaja/ha_gehome/releases/tag/${version}";
|
||||
|
||||
Reference in New Issue
Block a user