diff --git a/source/_integrations/velux.markdown b/source/_integrations/velux.markdown index 00790707555..841d1f1f22e 100644 --- a/source/_integrations/velux.markdown +++ b/source/_integrations/velux.markdown @@ -42,6 +42,26 @@ password: type: string {% endconfiguration %} +## Services + +### Service `velux.reboot_gateway` + +Reboots the configured KLF 200 Gateway. + +There is a problem with the KLF 200 gateway where the connection cannot be established after a restart of Home Assistant, only a manual power off and on fixes this. +As a workaround, you can use an automation to force a restart of the KLF 200 before exiting Home Assistant, like this: + +```yaml +automation: + alias: KLF reboot on hass stop event + description: Reboots the KLF200 in order to avoid SSL Handshake issue + trigger: + - platform: homeassistant + event: shutdown + action: + - service: velux.reboot_gateway +``` + ## Velux Active (KIX 300) The Velux Active (KIX 300) set is not supported by this integration. To integrate Velux Active (KIX 300) with Home Assistant, you can use the [HomeKit Controller](/integrations/homekit_controller) integration and get full control over your windows, curtains, covers, the air quality sensor KLA 300, etc.