Skip to content

Commit 158bf4c

Browse files
authored
fix: Remove unsupported color from Innr RB 279 T (#8199)
1 parent bfc4ca3 commit 158bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/innr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const definitions: DefinitionWithExtend[] = [
268268
model: 'RB 279 T',
269269
vendor: 'Innr',
270270
description: 'Smart bulb tunable white E27',
271-
extend: [light({colorTemp: {range: [153, 555]}, color: {applyRedFix: true}, turnsOffAtBrightness1: true})],
271+
extend: [light({colorTemp: {range: [153, 555]}, turnsOffAtBrightness1: true})],
272272
ota: ota.zigbeeOTA,
273273
endpoint: (device) => {
274274
return {default: 1};

0 commit comments

Comments
 (0)