mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-18 01:56:12 +00:00
Add support for battery percentage on Iris 3326-L motion sensor. (#2170)
This commit is contained in:
committed by
Koen Kanters
parent
35a1dd6b0a
commit
6b97df7b47
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user