home-assistant: update component-packages.nix
This commit is contained in:
parent
3e85bb55ed
commit
d769e2ba83
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
"aws" = ps: with ps; [ aiobotocore ];
|
||||
"axis" = ps: with ps; [ aiohttp-cors axis paho-mqtt ];
|
||||
"azure_devops" = ps: with ps; [ ]; # missing inputs: aioazuredevops
|
||||
"azure_event_hub" = ps: with ps; [ ]; # missing inputs: azure-eventhub
|
||||
"azure_event_hub" = ps: with ps; [ azure-eventhub ];
|
||||
"azure_service_bus" = ps: with ps; [ azure-servicebus ];
|
||||
"baidu" = ps: with ps; [ ]; # missing inputs: baidu-aip
|
||||
"bayesian" = ps: with ps; [ ];
|
||||
|
|
Loading…
Reference in a new issue