Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds BSEED/Tuya dimmer switch variant _TZE204_vevc4c6g #3130

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion zhaquirks/tuya/ts0601_dimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ class TuyaSingleSwitchDimmerGP(TuyaDimmerSwitch):
("_TZE200_ip2akl4w", "TS0601"),
("_TZE200_vucankjx", "TS0601"), # Loratap
("_TZE200_y8yjulon", "TS0601"),
("_TZE204_n9ctkb6j", "TS0601"), # For BSEED switch
("_TZE204_n9ctkb6j", "TS0601"), # BSEED
("_TZE204_vevc4c6g", "TS0601"), # BSEED
],
ENDPOINTS: {
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0100
Expand Down
Loading