Skip to content

Commit

Permalink
fix: Disable unsupported Hue effects for Philips 3216331P5 Koenkk/zig…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 2, 2024
1 parent d39fb62 commit 527b291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ const definitions: Definition[] = [
model: '3216331P5',
vendor: 'Philips',
description: 'Hue white ambiance Aurelle rectangle panel light',
extend: [philipsLight({colorTemp: {range: undefined}})],
extend: [philipsLight({colorTemp: {range: undefined}, hueEffect: false})],
},
{
zigbeeModel: ['3216331P6'],
Expand Down

0 comments on commit 527b291

Please sign in to comment.