mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
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:
co-authored by
Koen Kanters
parent
2a08127e13
commit
9df1ea4359
@@ -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': [],
|
||||
|
||||
Reference in New Issue
Block a user