summaryrefslogtreecommitdiffstats
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-03-23 01:51:05 +0100
committerGitHub <noreply@github.com>2021-03-23 01:51:05 +0100
commit55b7888f43fe39ef672d6a6dcf5dd23aa2fc0502 (patch)
treed6be53ebf9c2bf599330173ae606e42fc76a97e9 /pkgs/servers
parent2e110025a83d83b50ab3a62432219a0a72e5b291 (diff)
parentb6f41fc3513c6afeb70bf4ff596d9907f5bbc3cb (diff)
Merge pull request #117298 from fabaff/pydeconz
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 80fc6fbc3334..b0ce3170caef 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -151,7 +151,7 @@
"datadog" = ps: with ps; [ datadog ];
"ddwrt" = ps: with ps; [ ];
"debugpy" = ps: with ps; [ debugpy ];
- "deconz" = ps: with ps; [ ]; # missing inputs: pydeconz
+ "deconz" = ps: with ps; [ pydeconz ];
"decora" = ps: with ps; [ bluepy ]; # missing inputs: decora
"decora_wifi" = ps: with ps; [ ]; # missing inputs: decora_wifi
"default_config" = ps: with ps; [ pynacl aiohttp-cors async-upnp-client defusedxml distro emoji hass-nabucasa netdisco pillow scapy sqlalchemy zeroconf ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 51190a33aae4..d9827bb1ae0f 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -193,6 +193,7 @@ in with py.pkgs; buildPythonApplication rec {
"conversation"
"counter"
"cover"
+ "deconz"
"default_config"
"demo"
"derivative"