mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Support E1E-G7F (#3630)
I couldn't see battery data in the output so I have only added the sensor_action type. This works and home assistant can see button presses + link quality. This is linked to: https://github.com/Koenkk/zigbee-herdsman-converters/pull/1265 Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
@@ -1666,6 +1666,7 @@ const mapping = {
|
||||
'LH-990ZB': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
|
||||
'HO-09ZB': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||
'500.67': [cfg.sensor_action],
|
||||
'E1E-G7F': [cfg.sensor_action],
|
||||
'LH-990F': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
|
||||
'QBKG25LM': [switchEndpoint('left'), switchEndpoint('center'), switchEndpoint('right'), cfg.sensor_action],
|
||||
'WS-USC02': [switchEndpoint('top'), switchEndpoint('bottom')],
|
||||
|
||||
Reference in New Issue
Block a user