mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
add support for ROB_200-007-0 (#3125)
* add support for ROB_200-007-0 * Fix automatically discovery for Home assistant for ROB_200-007-0 Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
parent
27b3fd2f03
commit
43c7ce8e8a
@ -1307,6 +1307,7 @@ const mapping = {
|
||||
'LifeControl_RGB_Led': [cfg.light_brightness_colortemp_colorxy],
|
||||
'3323-G': [cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.binary_sensor_battery_low],
|
||||
'ZL1000400-CCT-EU-2-V1A02': [cfg.light_brightness_colortemp],
|
||||
'ROB_200-007-0': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'PM-S140-ZB': [cfg.switch],
|
||||
'PM-S240-ZB': [switchWithPostfix('top'), switchWithPostfix('bottom')],
|
||||
'PM-S340-ZB': [switchWithPostfix('top'), switchWithPostfix('center'), switchWithPostfix('bottom')],
|
||||
|
Loading…
Reference in New Issue
Block a user