home-assistant: support onewire component
This commit is contained in:
parent
0dba363dd0
commit
a1f6f53dfc
@ -611,7 +611,7 @@
|
|||||||
"onboarding" = ps: with ps; [ aiohttp-cors home-assistant-frontend pillow sqlalchemy ];
|
"onboarding" = ps: with ps; [ aiohttp-cors home-assistant-frontend pillow sqlalchemy ];
|
||||||
"oncue" = ps: with ps; [ aiooncue ];
|
"oncue" = ps: with ps; [ aiooncue ];
|
||||||
"ondilo_ico" = ps: with ps; [ aiohttp-cors ondilo ];
|
"ondilo_ico" = ps: with ps; [ aiohttp-cors ondilo ];
|
||||||
"onewire" = ps: with ps; [ ]; # missing inputs: pi1wire pyownet
|
"onewire" = ps: with ps; [ pi1wire pyownet ];
|
||||||
"onkyo" = ps: with ps; [ onkyo-eiscp ];
|
"onkyo" = ps: with ps; [ onkyo-eiscp ];
|
||||||
"onvif" = ps: with ps; [ ha-ffmpeg ]; # missing inputs: WSDiscovery onvif-zeep-async
|
"onvif" = ps: with ps; [ ha-ffmpeg ]; # missing inputs: WSDiscovery onvif-zeep-async
|
||||||
"open_meteo" = ps: with ps; [ open-meteo ];
|
"open_meteo" = ps: with ps; [ open-meteo ];
|
||||||
@ -1387,6 +1387,7 @@
|
|||||||
"onboarding"
|
"onboarding"
|
||||||
"oncue"
|
"oncue"
|
||||||
"ondilo_ico"
|
"ondilo_ico"
|
||||||
|
"onewire"
|
||||||
"open_meteo"
|
"open_meteo"
|
||||||
"openalpr_cloud"
|
"openalpr_cloud"
|
||||||
"openalpr_local"
|
"openalpr_local"
|
||||||
|
Loading…
Reference in New Issue
Block a user