mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Discovery battery sensor for E1744. #2715
This commit is contained in:
@@ -1041,7 +1041,7 @@ const mapping = {
|
||||
'YRD226/246 TSDB': [cfg.lock, cfg.sensor_battery],
|
||||
'T1820': [cfg.light_brightness_colortemp],
|
||||
'BASICZBR3': [cfg.switch],
|
||||
'E1744': [cfg.sensor_action],
|
||||
'E1744': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'TS0201': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
|
||||
'LH07321': [cfg.binary_sensor_water_leak, cfg.binary_sensor_battery_low],
|
||||
'GL-C-008S': [cfg.light_brightness_colortemp_colorxy],
|
||||
|
||||
Reference in New Issue
Block a user