Merge pull request #123273 from fabaff/aioymaps

This commit is contained in:
Martin Weinelt
2021-05-17 17:35:17 +02:00
committed by GitHub
4 changed files with 37 additions and 1 deletions
@@ -972,7 +972,7 @@
"yale_smart_alarm" = ps: with ps; [ yalesmartalarmclient ];
"yamaha" = ps: with ps; [ rxv ];
"yamaha_musiccast" = ps: with ps; [ ]; # missing inputs: pymusiccast
"yandex_transport" = ps: with ps; [ ]; # missing inputs: aioymaps
"yandex_transport" = ps: with ps; [ aioymaps ];
"yandextts" = ps: with ps; [ ];
"yeelight" = ps: with ps; [ yeelight ];
"yeelightsunflower" = ps: with ps; [ ]; # missing inputs: yeelightsunflower
+1
View File
@@ -407,6 +407,7 @@ in with py.pkgs; buildPythonApplication rec {
"workday"
"worldclock"
"xiaomi_miio"
"yandex_transport"
"yeelight"
"zeroconf"
"zha"