From 8df076ac0d04b9cdc9e23ab56ec06b81b78a8cd3 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 10 May 2023 19:21:27 +0200 Subject: [PATCH] Fix device detection of Zemismart ZM85EL-2Z (`_TZE200_cf1sl3tj`). https://github.com/Koenkk/zigbee2mqtt/issues/17610 --- devices/tuya.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/tuya.js b/devices/tuya.js index 0e57a77df1c84..ecfc2482793c6 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -2535,12 +2535,12 @@ module.exports = [ {vendor: 'TuYa', model: 'DT82LEMA-1.2N'}, {vendor: 'TuYa', model: 'ZD82TN', description: 'Curtain motor'}, {vendor: 'Larkkey', model: 'ZSTY-SM-1SRZG-EU'}, - {vendor: 'Zemismart', model: 'ZM85EL-2Z', description: 'Roman Rod I type curtains track'}, {vendor: 'Zemismart', model: 'AM43', description: 'Roller blind motor'}, {vendor: 'Zemismart', model: 'M2805EGBZTN', description: 'Tubular motor'}, {vendor: 'Zemismart', model: 'BCM500DS-TYZ', description: 'Curtain motor'}, {vendor: 'A-OK', model: 'AM25', description: 'Tubular motor'}, {vendor: 'Alutech', model: 'AM/R-Sm', description: 'Tubular motor'}, + tuya.whitelabel('Zemismart', 'ZM85EL-2Z', 'Roman Rod I type U curtains track', ['_TZE200_cf1sl3tj']), ], fromZigbee: [fz.tuya_cover, fz.ignore_basic_report], toZigbee: [tz.tuya_cover_control, tz.tuya_cover_options],