feat(home-assistant): update extra components & packages

- add upnp & thread
- reorder list
- add extra package required for HACS
This commit is contained in:
Felix Schröter 2023-09-13 23:29:50 +02:00
parent 5d7967c9af
commit b871dc4772
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -34,17 +34,26 @@ in {
extraComponents = [ extraComponents = [
"default_config" "default_config"
"otp" "otp"
"assist_pipeline" "upnp"
"wyoming" "zha"
"thread"
"esphome" "esphome"
"homekit_controller" "homekit_controller"
"fritz" "fritz"
"roku" "roku"
"sonos" "sonos"
"onvif" "onvif"
"assist_pipeline"
"wyoming"
"shopping_list" "shopping_list"
]; ];
extraPackages = ps: with ps; [ pyqrcode ]; extraPackages = ps:
with ps; [
pyqrcode
# HACS
aiogithubapi
];
config = { config = {
homeassistant = { homeassistant = {
name = "Home"; name = "Home";