From 822f9911fc164dd1f29ec77cccc1470f8117a287 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 9 Sep 2024 21:56:21 +0200 Subject: [PATCH] fix: Fix remove unsupported color from Innr RB 178 T https://github.com/Koenkk/zigbee2mqtt/issues/23911 --- src/devices/innr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/innr.ts b/src/devices/innr.ts index 6fe0a37abfcad..a91aab291bd83 100644 --- a/src/devices/innr.ts +++ b/src/devices/innr.ts @@ -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'],