Fix power reporting for Iris 3210-L smart plug. (#2105)

This commit is contained in:
Tommy Goode
2019-10-09 17:58:05 +02:00
committed by Koen Kanters
parent 8d97262d39
commit dcebba857b
+1 -1
View File
@@ -533,7 +533,7 @@ const mapping = {
'50043': [cfg.switch],
'50045': [cfg.light_brightness],
'AV2010/22': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
'3210-L': [cfg.switch],
'3210-L': [cfg.switch, cfg.sensor_power],
'3320-L': [cfg.binary_sensor_contact],
'3326-L': [cfg.binary_sensor_occupancy, cfg.sensor_temperature],
'7299355PH': [cfg.light_brightness_colorxy],