From 6fd5a6426857eca503ab14dd8bf9e07ffaab5231 Mon Sep 17 00:00:00 2001 From: olivervhansen <72828392+olivervhansen@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:03:33 -0700 Subject: [PATCH] Update lyric.markdown instructions to add clarity (#29111) * Update lyric.markdown instructions to add clarity around account and secrets Using an email that does not match the one used in Resideo will not link the app with the thermostat. Clarifying where the Consumer key and secret are viewed after creating the app. * Tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/lyric.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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