From 442920b8f76e5fd58a3cbacea24005877e6232cc Mon Sep 17 00:00:00 2001 From: Andreas Dorn <64515085+AndyDorn@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:18:36 +0200 Subject: [PATCH 1/3] Adds device 371050043 Paulmann Solar Light --- src/devices/paulmann.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/devices/paulmann.ts b/src/devices/paulmann.ts index 04383779597b0..d1029dfe9bf4a 100644 --- a/src/devices/paulmann.ts +++ b/src/devices/paulmann.ts @@ -171,6 +171,13 @@ const definitions: DefinitionWithExtend[] = [ description: 'Amaris LED panels', extend: [light({colorTemp: {range: undefined}, color: {modes: ['xy', 'hs']}})], }, + { + zigbeeModel: ['371050043'], + model: '371050043', + vendor: 'Paulmann Licht', + description: 'Solar LED house number light', + extend: [onOff({ "powerOnBehavior": false })], + }, { zigbeeModel: ['371232040'], model: '371232040', From ec395e3986e294b31b4de5d7c84a45247394e96b Mon Sep 17 00:00:00 2001 From: Andreas Dorn <64515085+AndyDorn@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:06:34 +0200 Subject: [PATCH 2/3] Update paulmann.ts fix prettier check style --- src/devices/paulmann.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/paulmann.ts b/src/devices/paulmann.ts index d1029dfe9bf4a..2eafb9256f23a 100644 --- a/src/devices/paulmann.ts +++ b/src/devices/paulmann.ts @@ -176,7 +176,7 @@ const definitions: DefinitionWithExtend[] = [ model: '371050043', vendor: 'Paulmann Licht', description: 'Solar LED house number light', - extend: [onOff({ "powerOnBehavior": false })], + extend: [onOff({powerOnBehavior: false})], }, { zigbeeModel: ['371232040'], From 7ee9c30bdaf03b3b4493addd67bf2eaf1eb9fde9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 22 Sep 2024 20:10:53 +0200 Subject: [PATCH 3/3] Update src/devices/paulmann.ts --- src/devices/paulmann.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/paulmann.ts b/src/devices/paulmann.ts index 2eafb9256f23a..06d5396595143 100644 --- a/src/devices/paulmann.ts +++ b/src/devices/paulmann.ts @@ -174,7 +174,7 @@ const definitions: DefinitionWithExtend[] = [ { zigbeeModel: ['371050043'], model: '371050043', - vendor: 'Paulmann Licht', + vendor: 'Paulmann', description: 'Solar LED house number light', extend: [onOff({powerOnBehavior: false})], },