Skip to content

Commit

Permalink
feat: Support OTA for Tuya TS0201 (#8350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lueis authored Nov 21, 2024
1 parent 865478b commit 8e3d26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3094,6 +3094,7 @@ const definitions: DefinitionWithExtend[] = [
toZigbee: [],
exposes: [e.battery(), e.temperature(), e.humidity(), e.battery_voltage()],
configure: tuya.configureMagicPacket,
ota: ota.zigbeeOTA,
whiteLabel: [
{vendor: 'BlitzWolf', model: 'BW-IS4'},
tuya.whitelabel('Tuya', 'TS0201_1', 'Zigbee 3.0 temperature humidity sensor with display', ['_TZ3210_alxkwn0h']),
Expand Down

0 comments on commit 8e3d26e

Please sign in to comment.