Somfy MyLink
The Somfy MyLink
integration is used as an interface to a compatible Somfy MyLink hub utilizing the Synergy
API. It allows the addition of covers from the Somfy MyLink platform to Home Assistant.
To use your compatible Somfy MyLink
devices in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
somfy_mylink:
host: IP_ADDRESS
system_id: SYSTEM_ID
Configuration Variables
- host
(string)(Required)
The IP address of the Somfy MyLink hub device.
- system_id
(string)(Required)
The
System ID
of the Somfy MyLink hub. This can be found in theIntegration
menu in the mobile app.- default_reverse
-
(boolean)(Optional)
Sets the default reversal status of the cover. Possible values are
true
orfalse
. This value can be applied on a per-cover basis (seeentity_config
below)Default value:
false
- entity_config
(map)(Optional)
Configuration for specific cover entities. All subordinate keys are the corresponding entity ids to the domains, e.g.,
cover.bedroom_blinds
.
# Advanced configuration.yaml entry setting specific options on a per-cover basis
somfy_mylink:
host: IP_ADDRESS
system_id: SYSTEM_ID
default_reverse: true
entity_config:
cover.outdoor_awning:
reverse: false