Add temp and consumption to ZNCZ02LM (#3476)

This commit is contained in:
Niall McAndrew
2020-05-04 11:21:49 +02:00
committed by GitHub
parent 20df5e5639
commit 07446ce1c1
+1 -1
View File
@@ -730,7 +730,7 @@ const mapping = {
'MCCGQ11LM': [cfg.binary_sensor_contact, cfg.sensor_battery],
'SJCGQ11LM': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
'MFKZQ01LM': [cfg.sensor_action, cfg.sensor_battery],
'ZNCZ02LM': [cfg.switch, cfg.sensor_power],
'ZNCZ02LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption],
'QBCZ11LM': [cfg.switch, cfg.sensor_power],
'LED1545G12': [cfg.light_brightness_colortemp],
'LED1623G12': [cfg.light_brightness],