Skip to content

Commit 6cddacc

Browse files
authored
Update Tuya temperature sensor variants (#2967)
- move `_TZE200_utkemkbs` to var4 to support battery information - add `_TZE204_utkemkbs` (Roximo's T&H sensors)
1 parent 3e9b675 commit 6cddacc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zhaquirks/tuya/ts0601_sensor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ class TuyaTempHumiditySensorVar03(CustomDevice):
202202
# "out_clusters": ["0x000a","0x0019"]
203203
MODELS_INFO: [
204204
("_TZE200_qyflbnbj", "TS0601"),
205-
("_TZE200_utkemkbs", "TS0601"),
206205
],
207206
ENDPOINTS: {
208207
1: {
@@ -251,6 +250,8 @@ class TuyaTempHumiditySensorVar04(CustomDevice):
251250
("_TZE200_yjjdcqsq", "TS0601"),
252251
("_TZE200_9yapgbuv", "TS0601"),
253252
("_TZE204_yjjdcqsq", "TS0601"),
253+
("_TZE200_utkemkbs", "TS0601"),
254+
("_TZE204_utkemkbs", "TS0601"),
254255
],
255256
ENDPOINTS: {
256257
1: {

0 commit comments

Comments
 (0)