mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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>
This commit is contained in:
parent
782a678c19
commit
6fd5a64268
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user