Skip to content

Commit

Permalink
DDF add ZTH01 & ZTH02 temp and humidity sensor (#6986)
Browse files Browse the repository at this point in the history
Fix #6603
  • Loading branch information
BabaIsYou committed May 21, 2023
1 parent 806e972 commit 1136ffd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions devices/tuya/_TZE200_TS0601_humidity_temp.json
@@ -1,7 +1,7 @@
{
"schema": "devcap1.schema.json",
"manufacturername": ["_TZE200_znbl8dj5", "_TZE200_qoy0ekbd", "_TZE200_a8sdabtg", "_TZE200_whkgqxse"],
"modelid": ["TS0601", "TS0601", "TS0601", "TS0601"],
"manufacturername": ["_TZE200_znbl8dj5", "_TZE200_qoy0ekbd", "_TZE200_a8sdabtg", "_TZE200_whkgqxse","_TZE200_yjjdcqsq", "_TZE200_9yapgbuv", "_TZE200_utkemkbs"],
"modelid": ["TS0601", "TS0601", "TS0601", "TS0601", "TS0601", "TS0601", "TS0601"],
"vendor": "Tuya",
"product": "Temperature Humidity Sensor TS0601",
"sleeper": true,
Expand Down Expand Up @@ -36,7 +36,6 @@
},
{
"name": "attr/swversion",
"refresh.interval": 86400,
"parse": {"fn": "zcl", "ep": 1, "cl": "0x0000", "at": "0x0001", "script": "tuya_swversion.js"},
"read": {"fn": "zcl", "ep": 1, "cl": "0x0000", "at": "0x0001"}
},
Expand Down Expand Up @@ -102,7 +101,6 @@
},
{
"name": "attr/swversion",
"refresh.interval": 86400,
"parse": {"fn": "zcl", "ep": 1, "cl": "0x0000", "at": "0x0001", "script": "tuya_swversion.js"},
"read": {"fn": "none"}
},
Expand Down

0 comments on commit 1136ffd

Please sign in to comment.