Skip to content

Commit 4682b81

Browse files
authored
Pull Bead Curtain Motor M515EGZT -V2 (#1163)
* Pull Bead Curtain Motor M515EGZT -V2 * Adding keys for the controller
1 parent e206cab commit 4682b81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

zhaquirks/tuya/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"_TZE200_yenbr4om": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
106106
"_TZE200_5sbebbzs": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
107107
"_TZE200_xaabybja": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
108+
"_TZE200_hsgrhjpf": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
108109
}
109110
# Taken from zigbee-herdsman-converters
110111
# Contains all covers which need their position inverted by default

zhaquirks/tuya/ts0601_cover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class TuyaMoesCover0601(TuyaWindowCover):
182182
("_TZE200_yenbr4om", "TS0601"),
183183
("_TZE200_5sbebbzs", "TS0601"),
184184
("_TZE200_xaabybja", "TS0601"),
185+
("_TZE200_hsgrhjpf", "TS0601"),
185186
],
186187
ENDPOINTS: {
187188
1: {

0 commit comments

Comments
 (0)