odin: HASS climate configuration

This commit is contained in:
Filippo Berto 2025-05-25 16:46:40 +02:00
parent 13493034e3
commit 91db9d4399
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 70 additions and 19 deletions

View file

@ -281,6 +281,7 @@ in
logbook = { };
# logger.default = "debug";
logger.default = "info";
logger.logs.zhaquirks = "debug";
# "map" = { };
mobile_app = { };
notify = [
@ -320,18 +321,17 @@ in
name = "Climatizzatore";
unique_id = "climatizzatore";
device_code = 50;
controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore";
controller_data = "a4:9e:69:ff:fe:01:2c:03";
temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature";
humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity";
power_sensor = "binary_sensor.climatizzatore_acceso";
power_sensor_restore_state = true;
}];
};
configDir = "/var/lib/hass";
configWritable = true;
extraPackages = ps: with ps; [ securetar ];
customComponents = [
pkgs.home-assistant-custom-components.smartir
];
customComponents = [ pkgs.smartir-zha ];
extraComponents = [
"default_config"
@ -375,6 +375,7 @@ in
"media_player"
"met"
"meteoalarm"
"mqtt"
"network"
# "nextcloud"
"nmap_tracker"
@ -409,7 +410,8 @@ in
"zoneminder"
];
};
logind.lidSwitch = "ignore";
logind.lidSwitch =
"ignore";
pipewire = {
enable = true;
pulse.enable = true;