More home assistant components

This commit is contained in:
Jordan Holt 2023-12-18 23:10:06 +00:00
parent 87684ec397
commit 4698badc2e
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -56,20 +56,38 @@
services.home-assistant = {
enable = true;
extraComponents = [
"api"
"alert"
"auth"
"backup"
"command_line"
"default_config"
"homekit_controller"
"homekit"
"http"
"icloud"
"jellyfin"
"metoffice"
"mqtt"
"onkyo"
"ping"
"proximity"
"radio_browser"
"scrape"
"sensor"
];
config = {
default_config = {};
backup = {};
homeassistant = {
name = "Home";
unit_system = "metric";
temperature_unit = "C";
};
mqtt = {};
recorder = {
purge_keep_days = 365;
};
};
};