changing 3323-G cfg.binary_sensor_contact to cfg.binary_sensor_occupancy (#3137)

This commit is contained in:
r1cht3r
2020-03-16 20:07:53 +01:00
committed by GitHub
parent 43c7ce8e8a
commit 43a2aa27cd
+1 -1
View File
@@ -1305,7 +1305,7 @@ const mapping = {
'LifeControl_Leak_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],
'3323-G': [cfg.binary_sensor_contact, 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],