Skip to content

Commit

Permalink
Fix duplicate manufacturer/model in Tuya temp sensor (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Jan 23, 2025
1 parent d900f4b commit 0ca585f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zhaquirks/tuya/tuya_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
TuyaQuirkBuilder("_TZE200_yjjdcqsq", "TS0601")
.applies_to("_TZE200_9yapgbuv", "TS0601")
.applies_to("_TZE204_9yapgbuv", "TS0601")
.applies_to("_TZE204_yjjdcqsq", "TS0601")
.applies_to("_TZE200_utkemkbs", "TS0601")
.applies_to("_TZE204_utkemkbs", "TS0601")
.applies_to("_TZE204_yjjdcqsq", "TS0601")
Expand Down

0 comments on commit 0ca585f

Please sign in to comment.