Skip to content

Commit 4556b33

Browse files
authored
Update documentation for new local api config flow in Overkiz. (#38641)
1 parent 202bb29 commit 4556b33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/_integrations/overkiz.markdown

+3-5
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,15 @@ Password:
8080

8181
### Login to Overkiz (Local API)
8282

83-
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.
83+
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.
8484

8585
Scenarios and climate entities are **not** supported via the Somfy TaHoma Developer Mode.
8686

8787
{% configuration_basic %}
8888
"Host":
8989
description: "The hostname or IP address of your Overkiz hub. The hostname is your Gateway PIN + .local:8443 (e.g. 1234-4567-8912.local)."
90-
"Username":
91-
description: "Username for your Overkiz cloud account (account you use in your IoT app)."
92-
Password:
93-
description: "Password for your Overkiz cloud account (account you use in your IoT app)."
90+
"Token":
91+
description: "Token generated by the app used to control your device."
9492
Verify SSL:
9593
description: "Verify the SSL certificate of your hub. This option is available only when connecting via the hostname."
9694
{% endconfiguration_basic %}

0 commit comments

Comments
 (0)