Skip to content

Commit 150c63a

Browse files
committed
Add support Aqara Curtain Motor C3 (lumi.curtain.acn04) #1550 by @hzonz
1 parent 5747336 commit 150c63a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

custom_components/xiaomi_gateway3/core/devices.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,12 @@
581581
BaseConv("battery", "sensor", mi="8.0.2001"),
582582
BaseConv("chip_temperature", "sensor", mi="8.0.2006"),
583583
],
584+
}, {
585+
"lumi.curtain.acn04": ["Aqara", "Curtain Motor C3", "ZNCLDJ01LM"],
586+
"spec": [
587+
MapConv("motor", "cover", mi="14.2.85", map={0: "close", 1: "open", 2: "stop"}),
588+
BaseConv("position", mi="1.1.85"),
589+
],
584590
}, {
585591
"lumi.airrtc.vrfegl01": ["Xiaomi", "VRF Air Conditioning EU"],
586592
"support": 1,

0 commit comments

Comments
 (0)