summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-01-19 21:02:31 +0800
committerPeter Hoeg <peter@hoeg.com>2019-01-19 23:28:38 +0800
commit7aff24f4b0933f7ba61f10d2481fc349617f1870 (patch)
tree6daa3534286c1dea8cdeeb0cbcad0675fb1b8bb4 /pkgs/servers/home-assistant/component-packages.nix
parenta7f0a58c4b775bf0525e1f7032c91ca7be2ca99d (diff)
downloadnixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.tar
nixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.tar.gz
nixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.tar.bz2
nixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.tar.lz
nixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.tar.xz
nixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.tar.zst
nixpkgs-7aff24f4b0933f7ba61f10d2481fc349617f1870.zip
ha: use zm-py for zoneminder
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 c28160b04a4..70f99783583 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -222,7 +222,7 @@
     "camera.xeoma" = ps: with ps; [  ];
     "camera.xiaomi" = ps: with ps; [ ha-ffmpeg ];
     "camera.yi" = ps: with ps; [ ha-ffmpeg ];
-    "camera.zoneminder" = ps: with ps; [  ];
+    "camera.zoneminder" = ps: with ps; [ zm-py ];
     "canary" = ps: with ps; [  ];
     "cast" = ps: with ps; [ PyChromecast ];
     "climate" = ps: with ps; [  ];
@@ -1226,7 +1226,7 @@
     "sensor.zestimate" = ps: with ps; [ xmltodict ];
     "sensor.zha" = ps: with ps; [  ];
     "sensor.zigbee" = ps: with ps; [  ];
-    "sensor.zoneminder" = ps: with ps; [  ];
+    "sensor.zoneminder" = ps: with ps; [ zm-py ];
     "sensor.zwave" = ps: with ps; [  ];
     "shell_command" = ps: with ps; [  ];
     "shiftr" = ps: with ps; [ paho-mqtt ];
@@ -1362,7 +1362,7 @@
     "switch.xiaomi_miio" = ps: with ps; [ construct ];
     "switch.zha" = ps: with ps; [  ];
     "switch.zigbee" = ps: with ps; [  ];
-    "switch.zoneminder" = ps: with ps; [  ];
+    "switch.zoneminder" = ps: with ps; [ zm-py ];
     "switch.zwave" = ps: with ps; [  ];
     "system_log" = ps: with ps; [ aiohttp-cors ];
     "tado" = ps: with ps; [  ];
@@ -1473,7 +1473,7 @@
     "zone.config_flow" = ps: with ps; [  ];
     "zone.const" = ps: with ps; [  ];
     "zone.zone" = ps: with ps; [  ];
-    "zoneminder" = ps: with ps; [  ];
+    "zoneminder" = ps: with ps; [ zm-py ];
     "zwave" = ps: with ps; [ homeassistant-pyozw pydispatcher ];
     "zwave.config_flow" = ps: with ps; [  ];
     "zwave.const" = ps: with ps; [  ];