From 4556b333093c070acf609b598ff5f7c69781549f Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Tue, 22 Apr 2025 08:44:36 +0200 Subject: [PATCH] Update documentation for new local api config flow in Overkiz. (#38641) --- source/_integrations/overkiz.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/_integrations/overkiz.markdown b/source/_integrations/overkiz.markdown index 6589d6cb1c2..321348d2695 100644 --- a/source/_integrations/overkiz.markdown +++ b/source/_integrations/overkiz.markdown @@ -80,17 +80,15 @@ Password: ### Login to Overkiz (Local API) -To use the local API, you will need to activate the [Somfy TaHoma Developer Mode](https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode?tab=readme-ov-file#getting-started) via the Somfy website. Activating this mode will enable a local API on your TaHoma box. Your cloud credentials are required to negotiate a token with the cloud API to authenticate your calls to the local API. This is a one-time setup and the token will be stored in your Home Assistant configuration. +To use the local API, you must enable [Somfy TaHoma Developer Mode](https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode?tab=readme-ov-file#getting-started) in the TaHoma by Somfy app. Follow the [official instructions](https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode?tab=readme-ov-file#getting-started) to generate a token. This token is required to connect Home Assistant to your hub using the local API. Scenarios and climate entities are **not** supported via the Somfy TaHoma Developer Mode. {% configuration_basic %} "Host": description: "The hostname or IP address of your Overkiz hub. The hostname is your Gateway PIN + .local:8443 (e.g. 1234-4567-8912.local)." -"Username": - description: "Username for your Overkiz cloud account (account you use in your IoT app)." -Password: - description: "Password for your Overkiz cloud account (account you use in your IoT app)." +"Token": + description: "Token generated by the app used to control your device." Verify SSL: description: "Verify the SSL certificate of your hub. This option is available only when connecting via the hostname." {% endconfiguration_basic %}