Skip to content

Commit 4f9c0d0

Browse files
AndyDornKoenkk
andauthored
feat(add): 371050043 (#8013)
* Adds device 371050043 Paulmann Solar Light * Update paulmann.ts fix prettier check style * Update src/devices/paulmann.ts --------- Co-authored-by: Koen Kanters <[email protected]>
1 parent 3f05910 commit 4f9c0d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/paulmann.ts

+7
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ const definitions: DefinitionWithExtend[] = [
171171
description: 'Amaris LED panels',
172172
extend: [light({colorTemp: {range: undefined}, color: {modes: ['xy', 'hs']}})],
173173
},
174+
{
175+
zigbeeModel: ['371050043'],
176+
model: '371050043',
177+
vendor: 'Paulmann',
178+
description: 'Solar LED house number light',
179+
extend: [onOff({powerOnBehavior: false})],
180+
},
174181
{
175182
zigbeeModel: ['371232040'],
176183
model: '371232040',

0 commit comments

Comments
 (0)