Skip to content

Commit 2aad9e1

Browse files
authored
Fix Tuya siren manufacturer/model _TZE204_hcxvyxa5 (#3760)
1 parent 0ca585f commit 2aad9e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

zhaquirks/tuya/tuya_siren.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,7 @@ class NeoBatteryState(t.enum8):
359359

360360
# Tuya ZA03
361361
(
362-
TuyaQuirkBuilder("_TZE200_t1blo2bj", "TS0601")
363-
.applies_to("_TZE204_t1blo2bj", "TS0601")
364-
.applies_to("_TZE204_q76rtoa9", "TS0601")
362+
TuyaQuirkBuilder("_TZE204_hcxvyxa5", "TS0601")
365363
.tuya_enum(
366364
dp_id=5,
367365
attribute_name="alarm_volume",

0 commit comments

Comments
 (0)