Skip to content

Commit dfb1b28

Browse files
authored
Fix Tuya remotes not generating events due to swapped cluster (#4258)
Fix `TuyaSmartRemote0041_var04` `TuyaSmartRemoteOnOffCluster` output cluster
1 parent 6213bef commit dfb1b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zhaquirks/tuya/ts0041.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ class TuyaSmartRemote0041_var04(CustomDevice):
221221
INPUT_CLUSTERS: [
222222
Basic.cluster_id,
223223
PowerConfiguration.cluster_id,
224-
TuyaSmartRemoteOnOffCluster,
224+
OnOff.cluster_id,
225225
],
226226
OUTPUT_CLUSTERS: [
227-
OnOff.cluster_id,
227+
TuyaSmartRemoteOnOffCluster,
228228
Time.cluster_id,
229229
Ota.cluster_id,
230230
],

0 commit comments

Comments
 (0)