diff --git a/source/_integrations/lyric.markdown b/source/_integrations/lyric.markdown index 3a6a85019c7..84534445cef 100644 --- a/source/_integrations/lyric.markdown +++ b/source/_integrations/lyric.markdown @@ -22,12 +22,13 @@ The Honeywell Lyric integration integrates the Lyric thermostat platform into Ho ## Setup -To set up this integration, you first **must** set up a developer account with Honeywell: +To set up this integration, you first **must** set up a developer account with Honeywell using the same email address as your Resideo account: 1. Go to the [developer site](https://developer.honeywellhome.com) and register with an account. 2. Next, create a [new app](https://developer.honeywellhome.com/user/me/apps/add) via the `My Apps` section. 1. App Name: You can use any name here, but it must not contain special characters. 2. Callback URL: `https://my.home-assistant.io/redirect/oauth` + 3. The app will be approved automatically. To view the **Consumer Key** and **Consumer Secret** values, select the name of the app. Copy the values, you will need them later. {% details "I have manually disabled My Home Assistant" %} @@ -46,7 +47,7 @@ You can then add the integration in the frontend via the steps below. {% include integrations/config_flow.md %} -The integration configuration will ask for the *Client ID* and *Client Secret* created above. See [Application Credentials](/integrations/application_credentials) for more details. +The integration configuration will ask for the **Client ID** and **Client Secret**, which correspond to the **Consumer** values in the app you created above. See [Application Credentials](/integrations/application_credentials) for more details. ## Sensors