Skip to content

Commit

Permalink
fix: Remove unsupported color from Innr RB 279 T (#8199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-wright authored Oct 27, 2024
1 parent bfc4ca3 commit 158bf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const definitions: DefinitionWithExtend[] = [
model: 'RB 279 T',
vendor: 'Innr',
description: 'Smart bulb tunable white E27',
extend: [light({colorTemp: {range: [153, 555]}, color: {applyRedFix: true}, turnsOffAtBrightness1: true})],
extend: [light({colorTemp: {range: [153, 555]}, turnsOffAtBrightness1: true})],
ota: ota.zigbeeOTA,
endpoint: (device) => {
return {default: 1};
Expand Down

0 comments on commit 158bf4c

Please sign in to comment.