home-assistant: add neato dependency pybotvac

This commit is contained in:
elseym 2019-01-01 22:58:32 +01:00
parent 3df9c55b47
commit d9907d6a97
No known key found for this signature in database
GPG Key ID: 8696D1F9E5C020D2

View File

@ -198,7 +198,7 @@
"camera.logi_circle" = ps: with ps; [ ]; "camera.logi_circle" = ps: with ps; [ ];
"camera.mjpeg" = ps: with ps; [ ]; "camera.mjpeg" = ps: with ps; [ ];
"camera.mqtt" = ps: with ps; [ paho-mqtt ]; "camera.mqtt" = ps: with ps; [ paho-mqtt ];
"camera.neato" = ps: with ps; [ ]; "camera.neato" = ps: with ps; [ pybotvac ];
"camera.nest" = ps: with ps; [ ]; "camera.nest" = ps: with ps; [ ];
"camera.netatmo" = ps: with ps; [ ]; "camera.netatmo" = ps: with ps; [ ];
"camera.onvif" = ps: with ps; [ ha-ffmpeg ]; "camera.onvif" = ps: with ps; [ ha-ffmpeg ];
@ -743,7 +743,7 @@
"mysensors.handler" = ps: with ps; [ ]; "mysensors.handler" = ps: with ps; [ ];
"mysensors.helpers" = ps: with ps; [ ]; "mysensors.helpers" = ps: with ps; [ ];
"namecheapdns" = ps: with ps; [ ]; "namecheapdns" = ps: with ps; [ ];
"neato" = ps: with ps; [ ]; "neato" = ps: with ps; [ pybotvac ];
"nest" = ps: with ps; [ ]; "nest" = ps: with ps; [ ];
"nest.config_flow" = ps: with ps; [ ]; "nest.config_flow" = ps: with ps; [ ];
"nest.const" = ps: with ps; [ ]; "nest.const" = ps: with ps; [ ];
@ -1265,7 +1265,7 @@
"switch.mqtt" = ps: with ps; [ paho-mqtt ]; "switch.mqtt" = ps: with ps; [ paho-mqtt ];
"switch.mysensors" = ps: with ps; [ ]; "switch.mysensors" = ps: with ps; [ ];
"switch.mystrom" = 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.netio" = ps: with ps; [ aiohttp-cors ];
"switch.orvibo" = ps: with ps; [ ]; "switch.orvibo" = ps: with ps; [ ];
"switch.pilight" = ps: with ps; [ ]; "switch.pilight" = ps: with ps; [ ];
@ -1369,7 +1369,7 @@
"vacuum.dyson" = ps: with ps; [ ]; "vacuum.dyson" = ps: with ps; [ ];
"vacuum.ecovacs" = ps: with ps; [ ]; "vacuum.ecovacs" = ps: with ps; [ ];
"vacuum.mqtt" = ps: with ps; [ paho-mqtt ]; "vacuum.mqtt" = ps: with ps; [ paho-mqtt ];
"vacuum.neato" = ps: with ps; [ ]; "vacuum.neato" = ps: with ps; [ pybotvac ];
"vacuum.roomba" = ps: with ps; [ ]; "vacuum.roomba" = ps: with ps; [ ];
"vacuum.xiaomi_miio" = ps: with ps; [ construct ]; "vacuum.xiaomi_miio" = ps: with ps; [ construct ];
"velbus" = ps: with ps; [ ]; "velbus" = ps: with ps; [ ];