Skip to content

Commit

Permalink
feat(add): TS0505 (#8425)
Browse files Browse the repository at this point in the history
Co-authored-by: Hykario <[email protected]>
  • Loading branch information
Hykario and Hykario authored Dec 4, 2024
1 parent 470bae5 commit d9978b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d9978b2

Please sign in to comment.