mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Support Leviton Omnistat2 thermostat (#3249)
* Support Leviton Omnistat2 thermostat * Update homeassistant.js Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
co-authored by
Koen Kanters
parent
d6fccbd83e
commit
92b6510175
@@ -1445,6 +1445,7 @@ const mapping = {
|
||||
'4512706': [cfg.sensor_battery, cfg.sensor_action],
|
||||
'GL-S-004ZS': [cfg.light_brightness_colortemp_colorxy],
|
||||
'7121131PU': [cfg.light_brightness_colortemp_colorxy],
|
||||
'RC-2000WH': [cfg.thermostat_heatcool(10, 30, 1, ['auto', 'on', 'smart'])],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Reference in New Issue
Block a user