Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/devices/somfy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
Comment thread
burmistrzak marked this conversation as resolved.
Outdated
},
{
zigbeeModel: ["1822647"],
model: "1822647A",
Expand Down