Skip to content

Commit

Permalink
fix: Fix remove unsupported color from Innr RB 178 T Koenkk/zigbee2mq…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 9, 2024
1 parent f003373 commit 822f991
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 @@ -342,7 +342,7 @@ const definitions: DefinitionWithExtend[] = [
model: 'RB 178 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})],
},
{
zigbeeModel: ['BY 178 T'],
Expand Down

0 comments on commit 822f991

Please sign in to comment.