Skip to content

Commit

Permalink
Add Tuya soil sensor _TZE200_ga1maeof variant (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbo18 committed Jul 30, 2023
1 parent 7120cbd commit 0300acd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zhaquirks/tuya/ts0601_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,10 @@ class TuyaSoilSensor(CustomDevice):
# "device_type": "0x0051",
# "in_clusters": ["0x0000","0x0004","0x0005","0xef00"],
# "out_clusters": ["0x000a","0x0019"]
MODELS_INFO: [("_TZE200_myd45weu", "TS0601")],
MODELS_INFO: [
("_TZE200_myd45weu", "TS0601"),
("_TZE200_ga1maeof", "TS0601"),
],
ENDPOINTS: {
1: {
PROFILE_ID: zha.PROFILE_ID,
Expand Down

0 comments on commit 0300acd

Please sign in to comment.