WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 15:51:04 +01:00
parent 2f9db54714
commit aad8086bcb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -236,6 +236,17 @@ in
# tld = "it";
}
];
# 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";
# }];
};
configDir = "/var/lib/hass";
configWritable = true;