home-assistant: update component-packages.nix

This commit is contained in:
Robert Schütz 2021-06-14 00:34:15 +02:00 committed by Jonathan Ringer
parent 523638bffc
commit 02d1feffd8

View File

@ -483,7 +483,7 @@
"manual_mqtt" = ps: with ps; [ aiohttp-cors paho-mqtt ];
"map" = ps: with ps; [ aiohttp-cors pillow ];
"marytts" = ps: with ps; [ ]; # missing inputs: speak2mary
"mastodon" = ps: with ps; [ ]; # missing inputs: Mastodon.py
"mastodon" = ps: with ps; [ mastodon-py ];
"matrix" = ps: with ps; [ matrix-client ];
"maxcube" = ps: with ps; [ ]; # missing inputs: maxcube-api
"mazda" = ps: with ps; [ pymazda ];