summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-02-19 11:34:23 +0100
committerGitHub <noreply@github.com>2022-02-19 11:34:23 +0100
commitd576f473b6245ce15bcefb224cf570f679d987da (patch)
tree327b7e8ee1b037d30902ca0cdf199d49c1495018 /pkgs/servers/home-assistant
parent5e7dee5b3b02cb89b9c88745b7d261bf841e9fa5 (diff)
parenta7666be59da79f6bcebcc8f2fb51ee3f2ff2b5b4 (diff)
downloadnixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.tar
nixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.tar.gz
nixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.tar.bz2
nixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.tar.lz
nixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.tar.xz
nixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.tar.zst
nixpkgs-d576f473b6245ce15bcefb224cf570f679d987da.zip
Merge pull request #160825 from dotlambda/dynalite-init
python3Packages.dynalite-devices: init at 0.1.46
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix3
1 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 03138da199d..77c5bf91ac7 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -208,7 +208,7 @@
     "dunehd" = ps: with ps; [ pdunehd ];
     "dwd_weather_warnings" = ps: with ps; [ dwdwfsapi ];
     "dweet" = ps: with ps; [ ]; # missing inputs: dweepy
-    "dynalite" = ps: with ps; [ ]; # missing inputs: dynalite_devices
+    "dynalite" = ps: with ps; [ dynalite-devices ];
     "eafm" = ps: with ps; [ aioeafm ];
     "ebox" = ps: with ps; [ ]; # missing inputs: pyebox
     "ebusd" = ps: with ps; [ ]; # missing inputs: ebusdpy
@@ -1149,6 +1149,7 @@
     "dte_energy_bridge"
     "duckdns"
     "dunehd"
+    "dynalite"
     "eafm"
     "ecobee"
     "econet"