Add Moes Room Thermostat entry

This commit is contained in:
insipiens
2020-10-02 16:18:50 +01:00
parent 30449565ac
commit 15c3689be6
+1
View File
@@ -1664,6 +1664,7 @@ const manualMaping = {
'WS-USC03': [cfg.switch],
'TS0601_switch_3_gang': [switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3')],
'4655BC0-R': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'BHT-002-GCLZB': [cfg.lock_child_lock, climate(5, 30, 'current_heating_setpoint', 1, ['off', 'heat'], [], ['hold', 'program'])],
};
const defaultStatusTopic = 'homeassistant/status';