Skip to content

Commit

Permalink
Add Tuya air sensor _TZE204_dwcarsat variant (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDorn authored Oct 16, 2024
1 parent 1a43eab commit 93af47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zhaquirks/tuya/air/ts0601_smart_air.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class TuyaSmartAirSensor(CustomDevice):
MODELS_INFO: [
("_TZE200_mja3fuja", "TS0601"),
("_TZE200_dwcarsat", "TS0601"),
("_TZE204_dwcarsat", "TS0601"),
],
ENDPOINTS: {
1: {
Expand Down Expand Up @@ -84,6 +85,7 @@ class TuyaSmartAirSensorGPP(CustomDevice):
MODELS_INFO: [
("_TZE200_mja3fuja", "TS0601"),
("_TZE200_dwcarsat", "TS0601"),
("_TZE204_dwcarsat", "TS0601"),
],
ENDPOINTS: {
1: {
Expand Down

0 comments on commit 93af47a

Please sign in to comment.