Skip to content

Commit c788758

Browse files
authored
Add Tuya air sensor _TZE204_yvx5lh6k variant (#3440)
1 parent 81c43f5 commit c788758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zhaquirks/tuya/air/ts0601_air_quality.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class TuyaCO2Sensor(CustomDevice):
3535
("_TZE200_8ygsuhe1", "TS0601"),
3636
("_TZE200_ryfmq5rl", "TS0601"),
3737
("_TZE200_yvx5lh6k", "TS0601"),
38+
("_TZE204_yvx5lh6k", "TS0601"),
3839
("_TZE200_c2fmom5z", "TS0601"),
3940
],
4041
ENDPOINTS: {
@@ -86,6 +87,7 @@ class TuyaCO2SensorGPP(CustomDevice):
8687
("_TZE200_8ygsuhe1", "TS0601"),
8788
("_TZE200_ryfmq5rl", "TS0601"),
8889
("_TZE200_yvx5lh6k", "TS0601"),
90+
("_TZE204_yvx5lh6k", "TS0601"),
8991
("_TZE200_c2fmom5z", "TS0601"),
9092
],
9193
ENDPOINTS: {

0 commit comments

Comments
 (0)