home-assistant: update component-packages

This commit is contained in:
Fabian Affolter 2021-03-23 00:10:32 +01:00
parent a42d22339f
commit 3f2e683ca1

View File

@ -151,7 +151,7 @@
"datadog" = ps: with ps; [ datadog ]; "datadog" = ps: with ps; [ datadog ];
"ddwrt" = ps: with ps; [ ]; "ddwrt" = ps: with ps; [ ];
"debugpy" = ps: with ps; [ debugpy ]; "debugpy" = ps: with ps; [ debugpy ];
"deconz" = ps: with ps; [ ]; # missing inputs: pydeconz "deconz" = ps: with ps; [ pydeconz ];
"decora" = ps: with ps; [ bluepy ]; # missing inputs: decora "decora" = ps: with ps; [ bluepy ]; # missing inputs: decora
"decora_wifi" = ps: with ps; [ ]; # missing inputs: decora_wifi "decora_wifi" = ps: with ps; [ ]; # missing inputs: decora_wifi
"default_config" = ps: with ps; [ pynacl aiohttp-cors async-upnp-client defusedxml distro emoji hass-nabucasa netdisco pillow scapy sqlalchemy zeroconf ]; "default_config" = ps: with ps; [ pynacl aiohttp-cors async-upnp-client defusedxml distro emoji hass-nabucasa netdisco pillow scapy sqlalchemy zeroconf ];