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 = { }; smartir = { };
# climate = [{ climate = [{
# platform = "smartir"; platform = "smartir";
# name = "Climatizzatore"; name = "Climatizzatore";
# unique_id = "climatizzatore"; unique_id = "climatizzatore";
# device_code = 1946; device_code = 1946;
# controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore"; controller_data = "f8:44:77:ff:fe:51:98:98";
# temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature"; temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature";
# humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity"; humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity";
# }]; power_sensor = "binary_sensor.climatizzatore_acceso";
}];
}; };
configDir = "/var/lib/hass"; configDir = "/var/lib/hass";
configWritable = true; configWritable = true;