summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-01-10 23:29:34 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-01-20 13:59:49 +0000
commit17a3674aadf738768c26d114e46bc50f5e38bb72 (patch)
tree5b6aeda9e57234451a70e249dd5d822f25d1dc2e /pkgs/servers
parent89d1275c38d367201f0949842e12fbd07c4a9ee9 (diff)
downloadnixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.tar
nixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.tar.gz
nixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.tar.bz2
nixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.tar.lz
nixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.tar.xz
nixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.tar.zst
nixpkgs-17a3674aadf738768c26d114e46bc50f5e38bb72.zip
home-assistant: regenerate to include icloud
Diffstat (limited to 'pkgs/servers')
-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 ebb6192fa6a..275241fcd17 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -339,7 +339,7 @@
     "hyperion" = ps: with ps; [  ];
     "ialarm" = ps: with ps; [  ];
     "iaqualink" = ps: with ps; [  ];
-    "icloud" = ps: with ps; [  ];
+    "icloud" = ps: with ps; [ pyicloud ];
     "idteck_prox" = ps: with ps; [  ];
     "ifttt" = ps: with ps; [ aiohttp-cors pyfttt ];
     "iglo" = ps: with ps; [  ];