Merge pull request #121848 from fabaff/mutesync

This commit is contained in:
Martin Weinelt
2021-05-10 19:54:21 +02:00
committed by GitHub
4 changed files with 46 additions and 1 deletions
@@ -531,7 +531,7 @@
"mqtt_statestream" = ps: with ps; [ aiohttp-cors paho-mqtt ];
"msteams" = ps: with ps; [ pymsteams ];
"mullvad" = ps: with ps; [ mullvad-api ];
"mutesync" = ps: with ps; [ ]; # missing inputs: mutesync
"mutesync" = ps: with ps; [ mutesync ];
"mvglive" = ps: with ps; [ PyMVGLive ];
"my" = ps: with ps; [ aiohttp-cors pillow ];
"mychevy" = ps: with ps; [ ]; # missing inputs: mychevy
+1
View File
@@ -316,6 +316,7 @@ in with py.pkgs; buildPythonApplication rec {
"mqtt_room"
"mqtt_statestream"
"mullvad"
"mutesync"
"nexia"
"notify"
"notion"