mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Fix LifeControl_Door_Sensor Home Assistant discovery. #3108
This commit is contained in:
parent
4d3bbce687
commit
15bef07328
@ -1303,7 +1303,7 @@ const mapping = {
|
||||
'HM-900SW_2': [switchWithPostfix('left'), switchWithPostfix('right')],
|
||||
'HM-900SW_3': [switchWithPostfix('left'), switchWithPostfix('right'), switchWithPostfix('center')],
|
||||
'LifeControl_Leak_Sensor': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
|
||||
'LifeControl_Door_Sensor': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
|
||||
'LifeControl_Door_Sensor': [cfg.binary_sensor_contact, cfg.sensor_battery],
|
||||
'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],
|
||||
|
Loading…
Reference in New Issue
Block a user