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:
Jayden
2020-05-29 19:39:32 +02:00
committed by GitHub
co-authored by Koen Kanters
parent 5f63dcb0f2
commit 9c71ba8754
+1
View File
@@ -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')],