fixup! WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 21:30:31 +01:00
parent aad8086bcb
commit dd609df9ee
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -237,16 +237,17 @@ in
}
];
# smartir = { };
# climate = [{
# platform = "smartir";
# name = "Climatizzatore";
# unique_id = "climatizzatore";
# device_code = 1946;
# controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore";
# temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature";
# humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity";
# }];
smartir = { };
climate = [{
platform = "smartir";
name = "Climatizzatore";
unique_id = "climatizzatore";
device_code = 1946;
controller_data = "f8:44:77:ff:fe:51:98:98";
temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature";
humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity";
power_sensor = "binary_sensor.climatizzatore_acceso";
}];
};
configDir = "/var/lib/hass";
configWritable = true;