Skip to content

Commit

Permalink
added TS0505 as a Tuya Device
Browse files Browse the repository at this point in the history
  • Loading branch information
Hykario authored and Hykario committed Dec 3, 2024
1 parent 6028775 commit e7d701d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
7 changes: 7 additions & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,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
15 changes: 0 additions & 15 deletions src/devices/zbeacon.ts

This file was deleted.

0 comments on commit e7d701d

Please sign in to comment.