From d9978b2c7cdf0791ff8a8c2c23e4aab3c11b9c04 Mon Sep 17 00:00:00 2001 From: Hykario <63258431+Hykario@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:42:32 +0100 Subject: [PATCH] feat(add): TS0505 (#8425) Co-authored-by: Hykario --- src/devices/tuya.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index db594ec20e184..c626007075a55 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -1563,6 +1563,13 @@ const definitions: DefinitionWithExtend[] = [ }, whiteLabel: [tuya.whitelabel('Zemismart', 'ZM-H7', 'Hand wave wall smart switch', ['_TZ3000_jcqs2mrv'])], }, + { + zigbeeModel: ['TS0505'], + model: 'TS0505', + vendor: 'Tuya', + description: ' GU10 zbeacon Zigbee LED bulb', + extend: [light({colorTemp: {range: [153, 500]}, color: {modes: ['xy', 'hs']}})], + }, { zigbeeModel: ['TS0505B'], model: 'TS0505B_1',