mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Fix power reporting for Iris 3210-L smart plug. (#2105)
This commit is contained in:
parent
8d97262d39
commit
dcebba857b
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user