Moes room thermostat (#4537)

* Add Moes Room Thermostat entry

* Added entry for Moes Room thermostat

* Revert "Added entry for Moes Room thermostat"

This reverts commit 697c530023.

* Correct layout

* remove duplicate

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
insipiens
2020-10-03 23:33:31 +02:00
committed by GitHub
co-authored by Koen Kanters
parent 2a08127e13
commit 9df1ea4359
+4 -1
View File
@@ -1419,7 +1419,10 @@ const manualMaping = {
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)],
'BHT-002-GCLZB': [
cfg.lock_child_lock,
climate(5, 30, 'current_heating_setpoint', 1),
],
'11830304': [cfg.cover_position],
'99100-045': [cfg.lock, cfg.sensor_battery],
'QZR-ZIG2400': [],