Skip to content

Commit

Permalink
Zigbee2mqtt: Add Tuya TS0201 (#1289)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Gilles Leymarie <pierregilles.leymarie@gmail.com>
  • Loading branch information
cicoub13 and Pierre-Gilles authored Sep 13, 2021
1 parent 26e780c commit 46c9fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/services/zigbee2mqtt/model/TuYa.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const TuYa = {
brand: 'TuYa',
models: {
TS0121_plug: [features.switch, features.power, features.current, features.voltage, features.energy],
TS0201: [features.temperature, features.humidity, features.voltage],
TS0011: [features.switch],
TS0601_air_quality_sensor: [features.temperature, features.humidity, features.co2],
TT001ZAV20: [features.temperature, features.humidity],
Expand Down

0 comments on commit 46c9fed

Please sign in to comment.