Skip to content

Commit

Permalink
fix(detect): Detect TRADFRI bulb E26 WW G95 CL 450lm as IKEA LED210…
Browse files Browse the repository at this point in the history
…2G3 (#6315)
  • Loading branch information
Laccolith committed Oct 21, 2023
1 parent 5cd3ff2 commit c5b7cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@ const definitions: Definition[] = [
extend: tradfriExtend.light_onoff_brightness(),
},
{
zigbeeModel: ['TRADFRI bulb E27 WW G95 CL 470lm'],
zigbeeModel: ['TRADFRI bulb E27 WW G95 CL 470lm', 'TRADFRI bulb E26 WW G95 CL 450lm'],
model: 'LED2102G3',
vendor: 'IKEA',
description: 'TRADFRI bulb E27 WW 470 lumen, wireless dimmable warm white/globe clear',
description: 'TRADFRI bulb E26/E27 WW 450/470 lumen, wireless dimmable warm white/globe clear',
extend: tradfriExtend.light_onoff_brightness(),
},
{
Expand Down

0 comments on commit c5b7cee

Please sign in to comment.