summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-05-20 13:31:16 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-05-20 13:31:44 +0200
commite94d85737383ccbb6e221945646dce4551190e1d (patch)
tree7cca3301ceeea1821cbff4face038027e540d046 /pkgs/servers/home-assistant/component-packages.nix
parentdd917dc71a4b36a1040cb99c1c1d2720e8c0baec (diff)
downloadnixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.tar
nixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.tar.gz
nixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.tar.bz2
nixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.tar.lz
nixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.tar.xz
nixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.tar.zst
nixpkgs-e94d85737383ccbb6e221945646dce4551190e1d.zip
home-assistant: run parse-requirements.py
Diffstat (limited to 'pkgs/servers/home-assistant/component-packages.nix')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 12240320979..c7f1bb475c1 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -209,7 +209,7 @@
     "filesize" = ps: with ps; [  ];
     "filter" = ps: with ps; [  ];
     "fints" = ps: with ps; [ fints ];
-    "fitbit" = ps: with ps; [ aiohttp-cors ];
+    "fitbit" = ps: with ps; [ aiohttp-cors fitbit ];
     "fixer" = ps: with ps; [  ];
     "flexit" = ps: with ps; [  ];
     "flic" = ps: with ps; [  ];
@@ -455,8 +455,8 @@
     "nello" = ps: with ps; [  ];
     "ness_alarm" = ps: with ps; [  ];
     "nest" = ps: with ps; [  ];
-    "netatmo" = ps: with ps; [ aiohttp-cors ];
-    "netatmo_public" = ps: with ps; [ aiohttp-cors ];
+    "netatmo" = ps: with ps; [ aiohttp-cors pyatmo ];
+    "netatmo_public" = ps: with ps; [ aiohttp-cors pyatmo ];
     "netdata" = ps: with ps; [  ];
     "netgear" = ps: with ps; [  ];
     "netgear_lte" = ps: with ps; [  ];
@@ -637,7 +637,7 @@
     "somfy_mylink" = ps: with ps; [  ];
     "sonarr" = ps: with ps; [  ];
     "songpal" = ps: with ps; [  ];
-    "sonos" = ps: with ps; [  ];
+    "sonos" = ps: with ps; [ pysonos ];
     "sony_projector" = ps: with ps; [  ];
     "soundtouch" = ps: with ps; [ libsoundtouch ];
     "spaceapi" = ps: with ps; [ aiohttp-cors ];