fixup! WIP: Odin HASS -> smartir
This commit is contained in:
parent
aad8086bcb
commit
dd609df9ee
1 changed files with 11 additions and 10 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue