aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorelseym <elseym@me.com>2019-01-01 22:58:32 +0100
committerelseym <elseym@me.com>2019-01-01 22:59:07 +0100
commitd9907d6a972afb0d6fe35b69decbc2e79dd7f0f6 (patch)
tree2de78fe7f85ef4036b468b33194f19453ecda359 /pkgs/servers/home-assistant/component-packages.nix
parent3df9c55b47abfe21b4fc49acfd1836b3b4b022fa (diff)
home-assistant: add neato dependency pybotvac
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 53642bdd36d..2281ac57ed5 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -198,7 +198,7 @@
"camera.logi_circle" = ps: with ps; [ ];
"camera.mjpeg" = ps: with ps; [ ];
"camera.mqtt" = ps: with ps; [ paho-mqtt ];
- "camera.neato" = ps: with ps; [ ];
+ "camera.neato" = ps: with ps; [ pybotvac ];
"camera.nest" = ps: with ps; [ ];
"camera.netatmo" = ps: with ps; [ ];
"camera.onvif" = ps: with ps; [ ha-ffmpeg ];
@@ -743,7 +743,7 @@
"mysensors.handler" = ps: with ps; [ ];
"mysensors.helpers" = ps: with ps; [ ];
"namecheapdns" = ps: with ps; [ ];
- "neato" = ps: with ps; [ ];
+ "neato" = ps: with ps; [ pybotvac ];
"nest" = ps: with ps; [ ];
"nest.config_flow" = ps: with ps; [ ];
"nest.const" = ps: with ps; [ ];
@@ -1265,7 +1265,7 @@
"switch.mqtt" = ps: with ps; [ paho-mqtt ];
"switch.mysensors" = ps: with ps; [ ];
"switch.mystrom" = ps: with ps; [ ];
- "switch.neato" = ps: with ps; [ ];
+ "switch.neato" = ps: with ps; [ pybotvac ];
"switch.netio" = ps: with ps; [ aiohttp-cors ];
"switch.orvibo" = ps: with ps; [ ];
"switch.pilight" = ps: with ps; [ ];
@@ -1369,7 +1369,7 @@
"vacuum.dyson" = ps: with ps; [ ];
"vacuum.ecovacs" = ps: with ps; [ ];
"vacuum.mqtt" = ps: with ps; [ paho-mqtt ];
- "vacuum.neato" = ps: with ps; [ ];
+ "vacuum.neato" = ps: with ps; [ pybotvac ];
"vacuum.roomba" = ps: with ps; [ ];
"vacuum.xiaomi_miio" = ps: with ps; [ construct ];
"velbus" = ps: with ps; [ ];