mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
home-assistant: update component-packages
This commit is contained in:
parent
a4992f0e97
commit
1a476523b8
1 changed files with 2 additions and 1 deletions
|
@ -981,7 +981,7 @@
|
|||
"waze_travel_time" = ps: with ps; [ wazeroutecalculator ];
|
||||
"weather" = ps: with ps; [ ];
|
||||
"webhook" = ps: with ps; [ aiohttp-cors ];
|
||||
"webostv" = ps: with ps; [ sqlalchemy ]; # missing inputs: aiowebostv
|
||||
"webostv" = ps: with ps; [ aiowebostv sqlalchemy ];
|
||||
"websocket_api" = ps: with ps; [ aiohttp-cors ];
|
||||
"wemo" = ps: with ps; [ pywemo ];
|
||||
"whirlpool" = ps: with ps; [ whirlpool-sixth-sense ];
|
||||
|
@ -1584,6 +1584,7 @@
|
|||
"waze_travel_time"
|
||||
"weather"
|
||||
"webhook"
|
||||
"webostv"
|
||||
"websocket_api"
|
||||
"wemo"
|
||||
"whirlpool"
|
||||
|
|
Loading…
Reference in a new issue