Merge pull request #121856 from fabaff/motioneye-client

This commit is contained in:
Martin Weinelt
2021-05-10 20:48:41 +02:00
committed by GitHub
4 changed files with 56 additions and 1 deletions
@@ -521,7 +521,7 @@
"monoprice" = ps: with ps; [ ]; # missing inputs: pymonoprice
"moon" = ps: with ps; [ ];
"motion_blinds" = ps: with ps; [ ]; # missing inputs: motionblinds
"motioneye" = ps: with ps; [ ]; # missing inputs: motioneye-client
"motioneye" = ps: with ps; [ motioneye-client ];
"mpchc" = ps: with ps; [ ];
"mpd" = ps: with ps; [ mpd2 ];
"mqtt" = ps: with ps; [ aiohttp-cors paho-mqtt ];
+1
View File
@@ -311,6 +311,7 @@ in with py.pkgs; buildPythonApplication rec {
"mobile_app"
"modbus"
"moon"
"motioneye"
"mqtt"
"mqtt_eventstream"
"mqtt_json"