Add support for battery percentage on Iris 3326-L motion sensor. (#2170)

This commit is contained in:
Tommy Goode
2019-10-20 11:04:23 +02:00
committed by Koen Kanters
parent 35a1dd6b0a
commit 6b97df7b47
+1 -1
View File
@@ -537,7 +537,7 @@ const mapping = {
'AV2010/22': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
'3210-L': [cfg.switch, cfg.sensor_power],
'3320-L': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery],
'3326-L': [cfg.binary_sensor_occupancy, cfg.sensor_temperature],
'3326-L': [cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.sensor_battery],
'7299355PH': [cfg.light_brightness_colorxy],
'45857GE': [cfg.light_brightness],
'A6121': [cfg.sensor_lock],