Skip to content

Commit be12d11

Browse files
authored
Add Tuya air sensor _TZE204_c2fmom5z variant (#3537)
1 parent 190d65c commit be12d11

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
@@ -37,6 +37,7 @@ class TuyaCO2Sensor(CustomDevice):
3737
("_TZE200_yvx5lh6k", "TS0601"),
3838
("_TZE204_yvx5lh6k", "TS0601"),
3939
("_TZE200_c2fmom5z", "TS0601"),
40+
("_TZE204_c2fmom5z", "TS0601"),
4041
],
4142
ENDPOINTS: {
4243
1: {
@@ -89,6 +90,7 @@ class TuyaCO2SensorGPP(CustomDevice):
8990
("_TZE200_yvx5lh6k", "TS0601"),
9091
("_TZE204_yvx5lh6k", "TS0601"),
9192
("_TZE200_c2fmom5z", "TS0601"),
93+
("_TZE204_c2fmom5z", "TS0601"),
9294
],
9395
ENDPOINTS: {
9496
1: {

0 commit comments

Comments
 (0)