From 44cf71d44d08b41f677fec482ce1f8a74d95c804 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Mon, 15 Nov 2021 13:59:57 +0000 Subject: [PATCH] Make Lyric documentation more accurate (#20310) Co-authored-by: Franck Nijhof --- source/_integrations/lyric.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_integrations/lyric.markdown b/source/_integrations/lyric.markdown index e7cb8ccb153..c99b6cd2bc5 100644 --- a/source/_integrations/lyric.markdown +++ b/source/_integrations/lyric.markdown @@ -21,14 +21,14 @@ The Honeywell Lyric integration integrates the Lyric thermostat platform into Ho ## Setup -To set up this component, you will need to set up a developer account with Honeywell: +To set up this component, you first **must** set up a developer account with Honeywell: 1. Go to the [developer site](https://developer.honeywellhome.com) and register with an account. 1. 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. 1. Callback URL: This needs to be the URL of your Home Assistant instance + `/auth/external/callback`. For example: `http://192.168.1.123:8123/auth/external/callback`. -Once your app is created, copy the `Consumer Key` and `Consumer Secret`. These will be your `client_id` and `client_secret` to add to your configuration: +Once your app is created, copy the `Consumer Key` and `Consumer Secret`. These will be your `client_id` and `client_secret` to add to your `configuration.yaml`: ```yaml # Example configuration.yaml entry @@ -37,7 +37,9 @@ lyric: client_secret: MY_CONSUMER_SECRET ``` -You can then add the integration in the frontend. +You should now restart the server. + +You can then add the integration in the frontend via the steps below. {% include integrations/config_flow.md %}