This commit is contained in:
parent
d557820d6c
commit
eac443f280
@ -111,13 +111,32 @@ in
|
|||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configWritable = true;
|
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
|
"default_config"
|
||||||
"esphome"
|
"esphome"
|
||||||
"met"
|
"met"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
"wled"
|
"wled"
|
||||||
"mqtt"
|
"mqtt"
|
||||||
|
"apple_tv" # why is this even needed? I get `ModuleNotFoundError: No module named 'pyatv'` errors otherwise for some reason.
|
||||||
|
"unifi"
|
||||||
|
"digital_ocean"
|
||||||
|
"downloader"
|
||||||
|
"mailgun"
|
||||||
|
"minecraft_server"
|
||||||
|
"mullvad"
|
||||||
|
"nextcloud"
|
||||||
|
"ollama"
|
||||||
|
"openweathermap"
|
||||||
|
"jellyfin"
|
||||||
|
"transmission"
|
||||||
|
"radarr"
|
||||||
|
"sonarr"
|
||||||
|
"syncthing"
|
||||||
|
"tailscale"
|
||||||
|
"weather"
|
||||||
|
"whois"
|
||||||
|
"youtube"
|
||||||
];
|
];
|
||||||
# config = null;
|
# config = null;
|
||||||
config = {
|
config = {
|
||||||
@ -133,6 +152,11 @@ in
|
|||||||
"::1"
|
"::1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"automation manual" = [
|
||||||
|
];
|
||||||
|
# Allow using automations generated from the UI
|
||||||
|
"automation ui" = "!include automations.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user