mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-03 02:21:38 +00:00
Update HA extension to add batt support to E1524 and AC01353010G (#1822)
* Update HA eextension to add batt support to E1524 and AC01353010G The IKEA E1524 TRADFRI remote control and the Osram SMART+ Motion Sensor expose a battery and battery_low attribute, update the HA discovery integration to include these sensors by default. * Update homeassistant.js * Update homeassistant.js * Update homeassistant.js
This commit is contained in:
committed by
Koen Kanters
parent
ecbee780db
commit
da5ca2f0bf
@@ -556,7 +556,10 @@ const mapping = {
|
||||
'PSS-23ZBS': [configurations.switch],
|
||||
'HS1SA': [configurations.binary_sensor_smoke, configurations.binary_sensor_battery_low],
|
||||
'Z01-A19NAE26': [configurations.light_brightness_colortemp],
|
||||
'AC01353010G': [configurations.binary_sensor_occupancy, configurations.sensor_temperature],
|
||||
'AC01353010G': [
|
||||
configurations.binary_sensor_occupancy, configurations.sensor_temperature,
|
||||
configurations.binary_sensor_battery_low,
|
||||
],
|
||||
'SP 120': [configurations.switch, configurations.sensor_power],
|
||||
'RB 248 T': [configurations.light_brightness_colortemp],
|
||||
'HS3SA': [configurations.binary_sensor_smoke, configurations.binary_sensor_battery_low],
|
||||
@@ -593,7 +596,7 @@ const mapping = {
|
||||
'D1532': [configurations.light_brightness],
|
||||
'AV2010/32': [],
|
||||
'HGZB-07A': [configurations.light_brightness_colortemp_colorxy],
|
||||
'E1524': [configurations.sensor_action],
|
||||
'E1524': [configurations.sensor_action, configurations.sensor_battery],
|
||||
'GL-C-006/GL-C-009': [configurations.light_brightness_colortemp],
|
||||
'100.424.11': [configurations.light_brightness_colortemp],
|
||||
'AC0251100NJ': [configurations.sensor_action, configurations.sensor_battery],
|
||||
|
||||
Reference in New Issue
Block a user