Skip to content

Commit

Permalink
Add support for zemismart ZM85EL-1Z blinds (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
simbesh authored Jun 14, 2022
1 parent 4956114 commit 71c95b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zhaquirks/tuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"_TZE200_zuz7f94z": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
"_TZE200_ergbiejo": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
"_TZE200_nhyj64w2": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
"_TZE200_pw7mji0l": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},
}
# Taken from zigbee-herdsman-converters
# Contains all covers which need their position inverted by default
Expand Down
1 change: 1 addition & 0 deletions zhaquirks/tuya/ts0601_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class TuyaZemismartSmartCover0601_3(TuyaWindowCover):
("_TZE200_fzo2pocs", "TS0601"),
("_TZE200_zpzndjez", "TS0601"),
("_TZE200_iossyxra", "TS0601"),
("_TZE200_pw7mji0l", "TS0601"),
],
ENDPOINTS: {
1: {
Expand Down

0 comments on commit 71c95b7

Please sign in to comment.