From 57ffe0de55d53276cf53e87dc4ce8dc5f7c0d3ac Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 15 Apr 2024 21:52:23 +0200 Subject: [PATCH] fix: Remove unsupported color from Innr RS 128 T https://github.com/Koenkk/zigbee2mqtt/discussions/22205 --- 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 9b4e6d7ae83b9..1755c98ccc0fe 100644 --- a/src/devices/innr.ts +++ b/src/devices/innr.ts @@ -316,7 +316,7 @@ const definitions: Definition[] = [ model: 'RS 128 T', vendor: 'Innr', description: 'GU10 spot 350 lm, dimmable, white spectrum', - extend: [light({colorTemp: {range: [153, 555]}, color: {applyRedFix: true}, turnsOffAtBrightness1: true})], + extend: [light({colorTemp: {range: [153, 555]}, turnsOffAtBrightness1: true})], }, { zigbeeModel: ['RS 228 T'],