mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 23:00:55 +00:00
Update TH1123ZB Home Assistant config (#2752)
* Update homeassistant.js Added config parameters for Sinope TH1123ZB line voltage thermostat: - Keypad lockout using the code for Stelpro thermostats. - Power sensor. * Update homeassistant.js Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
committed by
Koen Kanters
co-authored by
Koen Kanters
parent
7d268732de
commit
eba84647c1
@@ -954,7 +954,10 @@ const mapping = {
|
||||
'ZM-CSW002-D': [switchWithPostfix('l1'), switchWithPostfix('l2'), cfg.sensor_power],
|
||||
'LVS-SN10ZW': [cfg.sensor_battery, cfg.binary_sensor_occupancy],
|
||||
'LVS-ZB15R': [cfg.switch],
|
||||
'TH1123ZB': [cfg.thermostat()],
|
||||
'TH1123ZB': [
|
||||
cfg.thermostat(7, 30, 'occupied_heating_setpoint', 1.0), cfg.sensor_local_temperature,
|
||||
cfg.lock_keypad_lockout, cfg.sensor_power,
|
||||
],
|
||||
'TH1124ZB': [cfg.thermostat()],
|
||||
'TH1400ZB': [cfg.thermostat()],
|
||||
'TH1500ZB': [cfg.thermostat()],
|
||||
|
||||
Reference in New Issue
Block a user