fixup! WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 22:11:50 +01:00
parent 8cb6bdb205
commit 1f12a7d68a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 1 deletions

View file

@ -254,6 +254,9 @@
hash = "sha256-fOd2MTBi0q+lBl6JYV1yGp9A42+BOD6/2SxYSBKy8fE="; hash = "sha256-fOd2MTBi0q+lBl6JYV1yGp9A42+BOD6/2SxYSBKy8fE=";
}; };
patches = [ ]; patches = [ ];
postPatch = ''
sed -i 's/Broadlink/ZHA/' codes/1964.json
'';
}); });
}; };
}; };

View file

@ -244,7 +244,7 @@ in
platform = "smartir"; platform = "smartir";
name = "Climatizzatore"; name = "Climatizzatore";
unique_id = "climatizzatore"; unique_id = "climatizzatore";
device_code = 1946; device_code = 50;
controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore"; controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore";
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";