mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Support ZNCZ02LM. #4
This commit is contained in:
@@ -79,6 +79,13 @@ const devices = {
|
||||
supports: 'water leak true/false',
|
||||
homeassistant: [homeassistant.binary_sensor_water_leak]
|
||||
},
|
||||
'lumi.plug': {
|
||||
model: 'ZNCZ02LM',
|
||||
description: 'Mi power plug ZigBee',
|
||||
supports: 'on/off, power measurement',
|
||||
vendor: 'Xiaomi',
|
||||
homeassistant: [homeassistant.switch, homeassistant.sensor_power]
|
||||
},
|
||||
|
||||
// IKEA
|
||||
'TRADFRI bulb E27 WS opal 980lm': {
|
||||
|
||||
Reference in New Issue
Block a user