Skip to content

Commit

Permalink
Add Tuya _TZE284_qyflbnbj sensor variant (#3649)
Browse files Browse the repository at this point in the history
  • Loading branch information
prairiesnpr authored Dec 29, 2024
1 parent ec79b74 commit 1718afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tuya_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
("_TZE200_qyflbnbj", "TS0601", 100, 10),
("_TZE200_zppcgbdj", "TS0601", 100, 10),
("_TZE200_s1xgth2u", "TS0601", 100, 10),
("_TZE284_qyflbnbj", "TS0601", 100, 10),
],
)
async def test_handle_get_data(
Expand Down
1 change: 1 addition & 0 deletions zhaquirks/tuya/ts0601_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.applies_to("_TZE200_zppcgbdj", "TS0601")
.applies_to("_TZE204_s139roas", "TS0601")
.applies_to("_TZE200_s1xgth2u", "TS0601") # Nedis ZBSC30WT
.applies_to("_TZE284_qyflbnbj", "TS0601")
.tuya_temperature(dp_id=1, scale=10)
.tuya_humidity(dp_id=2)
.tuya_battery(dp_id=4)
Expand Down

0 comments on commit 1718afe

Please # to comment.