Skip to content

Commit

Permalink
fix(detect): Detect 050 as Shenzhen Homa HLD503-Z-CT @ChrisSmartHome
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 7, 2023
1 parent 8685bde commit ce40150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/shenzhen_homa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const definitions: Definition[] = [
extend: extend.light_onoff_brightness(),
},
{
zigbeeModel: ['HOMA1009'],
zigbeeModel: ['HOMA1009', '050'],
model: 'HLD503-Z-CT',
vendor: 'Shenzhen Homa',
description: 'Smart LED driver',
Expand Down

0 comments on commit ce40150

Please sign in to comment.