From c516f4194c412dff05ecb74d74d9aad53a8db22f Mon Sep 17 00:00:00 2001 From: burmistrzak <61958704+burmistrzak@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:42:21 +0000 Subject: [PATCH 1/2] feat(add): Somfy Ysia 1 --- src/devices/somfy.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/devices/somfy.ts b/src/devices/somfy.ts index ac7adc8838a53..445ddad3a043c 100644 --- a/src/devices/somfy.ts +++ b/src/devices/somfy.ts @@ -62,6 +62,13 @@ export const definitions: DefinitionWithExtend[] = [ m.commandsWindowCovering({endpointNames: ["1", "2", "3", "4", "5"]}), ], }, + { + zigbeeModel: ["Ysia 1 Zigbee Europe"], + model: "1871157", + vendor: "SOMFY", + description: "Ysia 1 channel blinds remote", + extend: [m.deviceEndpoints({endpoints: {"1": 1, "232": 232}}), m.battery(), m.commandsOnOff(), m.commandsWindowCovering()], + }, { zigbeeModel: ["1822647"], model: "1822647A", From 72014bd0b4e8d27ba3ebe282c086e285a8e0c730 Mon Sep 17 00:00:00 2001 From: burmistrzak <61958704+burmistrzak@users.noreply.github.com> Date: Sun, 9 Nov 2025 21:35:06 +0100 Subject: [PATCH 2/2] Update src/devices/somfy.ts Co-authored-by: Koen Kanters --- src/devices/somfy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/somfy.ts b/src/devices/somfy.ts index 445ddad3a043c..4edc8093c59a4 100644 --- a/src/devices/somfy.ts +++ b/src/devices/somfy.ts @@ -67,7 +67,7 @@ export const definitions: DefinitionWithExtend[] = [ model: "1871157", vendor: "SOMFY", description: "Ysia 1 channel blinds remote", - extend: [m.deviceEndpoints({endpoints: {"1": 1, "232": 232}}), m.battery(), m.commandsOnOff(), m.commandsWindowCovering()], + extend: [m.battery(), m.commandsOnOff(), m.commandsWindowCovering()], }, { zigbeeModel: ["1822647"],