From 7ee566b85c310c9f1b9cecb63d78e609d3b216e1 Mon Sep 17 00:00:00 2001 From: Ben Fayers Date: Mon, 22 Apr 2024 19:22:21 +0100 Subject: [PATCH] feat(add): RB 243 (#7425) New E14 candles bought recently are "RB 243" --- src/devices/innr.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/devices/innr.ts b/src/devices/innr.ts index f976c12b35375..65b43e49b7dd0 100644 --- a/src/devices/innr.ts +++ b/src/devices/innr.ts @@ -375,6 +375,14 @@ const definitions: Definition[] = [ extend: [light({turnsOffAtBrightness1: true})], ota: ota.zigbeeOTA, }, + { + zigbeeModel: ['RB 243'], + model: 'RB 243', + vendor: 'Innr', + description: 'E14 candle', + extend: [light({turnsOffAtBrightness1: true})], + ota: ota.zigbeeOTA, + }, { zigbeeModel: ['RB 248 T'], model: 'RB 248 T',