Skip to content

Commit

Permalink
add quirk for Nedis ZBSC30WT (zigpy#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangert committed Dec 24, 2024
1 parent 56001dd commit 59690e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions zhaquirks/tuya/ts0601_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
.add_to_registry()
)


(
TuyaQuirkBuilder("_TZE200_s1xgth2u", "TS0601") # Nedis ZBSC30WT
.tuya_temperature(dp_id=1, scale=10)
.tuya_humidity(dp_id=2, scale=100)
.tuya_battery(dp_id=4)
.skip_configuration()
.add_to_registry()
)


(
TuyaQuirkBuilder("_TZE200_a8sdabtg", "TS0601") # Variant without screen, round
.applies_to("_TZE200_qoy0ekbd", "TS0601")
Expand Down

0 comments on commit 59690e4

Please sign in to comment.