Merge pull request #97151 from jonringer/home_assistant_plugins

Home assistant plugins: pysqueezebox and yeelight
This commit is contained in:
Martin Weinelt
2020-09-06 02:20:43 +02:00
committed by GitHub
4 changed files with 53 additions and 2 deletions
+4
View File
@@ -5360,6 +5360,8 @@ in {
pysqlite = callPackage ../development/python-modules/pysqlite { };
pysqueezebox = callPackage ../development/python-modules/pysqueezebox { };
pysrim = callPackage ../development/python-modules/pysrim { };
pysrt = callPackage ../development/python-modules/pysrt { };
@@ -7545,6 +7547,8 @@ in {
ydiff = callPackage ../development/python-modules/ydiff { };
yeelight = callPackage ../development/python-modules/yeelight { };
yenc = callPackage ../development/python-modules/yenc { };
yfinance = callPackage ../development/python-modules/yfinance { };