Twitch: Expand app creation instructions (#31972)

* Twitch: Expand app creation instructions

* Changed wording.

* Remove the suggestion

---------

Co-authored-by: Jonny Bergdahl <bergdahl@users.noreply.github.com>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Jonny Bergdahl 2024-04-09 17:30:36 +02:00 committed by GitHub
parent fcf8d9f425
commit 6c3bef2a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,10 @@ The Twitch integration will allow you to monitor [Twitch](https://www.twitch.tv/
## Get Twitch application credentials
Create a new app at **Register Your Application** in the [Twitch developer portal](https://dev.twitch.tv/console/apps). Enter `https://my.home-assistant.io/redirect/oauth` in the **OAuth Redirect URL** field. Then, get the **Client ID** and **Client secret** from the new application.
Create a new app at **Register Your Application** in the [Twitch developer portal](https://dev.twitch.tv/console/apps):
- Enter a **Name** for your app. Note that it needs to be unique all over Twitch.
- Enter `https://my.home-assistant.io/redirect/oauth` in the **OAuth Redirect URL** field.
- Get the **Client ID** and **Client secret** from the new application, you need them to complete the integration setup in Home Assistant.
{% include integrations/config_flow.md %}