about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMarco Orovecchia <marco@orovecchia.at>2020-03-20 12:43:07 +0100
committerJon <jonringer@users.noreply.github.com>2020-04-10 12:17:42 -0700
commit6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3 (patch)
tree74e91f801f0bc91f1bc8384568c4cf05d086b2e5 /pkgs/servers/home-assistant
parentaa084e2a2409e59528421d72d47e049acd7d26ef (diff)
downloadnixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.gz
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.bz2
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.lz
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.xz
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.zst
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.zip
pythonPackages.aioharmony: init at 0.2.1
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 906ba777a6b6..8b1988f549fd 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -310,7 +310,7 @@
     "habitica" = ps: with ps; [ ]; # missing inputs: habitipy
     "hangouts" = ps: with ps; [ ]; # missing inputs: hangups
     "harman_kardon_avr" = ps: with ps; [ ]; # missing inputs: hkavr
-    "harmony" = ps: with ps; [ ]; # missing inputs: aioharmony
+    "harmony" = ps: with ps; [ aioharmony];
     "hassio" = ps: with ps; [ aiohttp-cors];
     "haveibeenpwned" = ps: with ps; [ ];
     "hddtemp" = ps: with ps; [ ];