Skip to content

Commit 1718afe

Browse files
authored
Add Tuya _TZE284_qyflbnbj sensor variant (#3649)
1 parent ec79b74 commit 1718afe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_tuya_sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
("_TZE200_qyflbnbj", "TS0601", 100, 10),
2424
("_TZE200_zppcgbdj", "TS0601", 100, 10),
2525
("_TZE200_s1xgth2u", "TS0601", 100, 10),
26+
("_TZE284_qyflbnbj", "TS0601", 100, 10),
2627
],
2728
)
2829
async def test_handle_get_data(

zhaquirks/tuya/ts0601_sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
.applies_to("_TZE200_zppcgbdj", "TS0601")
2525
.applies_to("_TZE204_s139roas", "TS0601")
2626
.applies_to("_TZE200_s1xgth2u", "TS0601") # Nedis ZBSC30WT
27+
.applies_to("_TZE284_qyflbnbj", "TS0601")
2728
.tuya_temperature(dp_id=1, scale=10)
2829
.tuya_humidity(dp_id=2)
2930
.tuya_battery(dp_id=4)

0 commit comments

Comments
 (0)