From c04e324474798e837d450dbdb9d0c52198f3d63f Mon Sep 17 00:00:00 2001 From: PanicRide <99451581+PanicRide@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:22:18 -0700 Subject: [PATCH] Add Twitch Breaking Change to 2023.10 Release Notes (#29170) --- source/_posts/2023-10-04-release-202310.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_posts/2023-10-04-release-202310.markdown b/source/_posts/2023-10-04-release-202310.markdown index 02b77722860..59623a6ec82 100644 --- a/source/_posts/2023-10-04-release-202310.markdown +++ b/source/_posts/2023-10-04-release-202310.markdown @@ -367,6 +367,17 @@ backup was initiated. Instead, the local date and time are used for the name. {% enddetails %} +{% details "Twitch" %} + +Any existing app you have created in the [Twitch Developer Portal](https://dev.twitch.tv/console/apps/) to work with this integration must be updated to work with Home Assistant's UI authentication flow. Update the app's configuration to include `https://my.home-assistant.io/redirect/oauth` in its list of "OAuth Redirect URLs" + +([@joostlek] - [issue#101414]) ([documentation](/integrations/twitch)) + +[@joostlek]: https://github.com/joostlek +[issue#101414]: https://github.com/home-assistant/core/issues/101414 + +{% enddetails %} + {% details "Z-Wave" %} Multiple WebSocket commands have been renamed based on [this change in Z-Wave JS](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v12?id=renamed-network-heal-to-rebuild-routes).