Add BHT-002-GCLZB to homeassistant.js

This commit is contained in:
Koen Kanters 2020-09-07 17:52:12 +02:00
parent 7b226e6efe
commit b1cfafe6b7

View File

@ -1929,6 +1929,7 @@ const mapping = {
cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low, cfg.sensor_temperature,
cfg.sensor_humidity, cfg.sensor_illuminance, cfg.sensor_illuminance_lux,
],
'BHT-002-GCLZB': [cfg.lock_child_lock, climate(5, 30, 'current_heating_setpoint', 1)],
};
const defaultStatusTopic = 'homeassistant/status';