Skip to content

Commit 6213bef

Browse files
authored
Add IKEA Rodret wireless dimmer variant (#4266)
1 parent a5c5914 commit 6213bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/ikea/twobtnremote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class IkeaRodretRemote2BtnNew(CustomDevice):
272272
# device_version=1
273273
# input_clusters=[0, 1, 3, 4, 32, 4096, 64636]
274274
# output_clusters=[3, 4, 6, 8, 258, 4096]>
275-
MODELS_INFO: [(IKEA, "RODRET Dimmer")],
275+
MODELS_INFO: [(IKEA, "RODRET Dimmer"), (IKEA, "RODRET wireless dimmer")],
276276
ENDPOINTS: {
277277
1: {
278278
PROFILE_ID: zha.PROFILE_ID,

0 commit comments

Comments
 (0)