Honeywell Lyric
The Honeywell Lyric integration integrates the Lyric thermostat platform into Home Assistant.
Setup
To set up this integration, you first must set up a developer account with Honeywell using the same email address as your Resideo account:
- Go to the developer site
and register with an account. - Next, create a new app
via the My Apps
section.- App Name: You can use any name here, but it must not contain special characters.
- Callback URL:
https://my.home-assistant.io/redirect/oauth
- 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.
I have manually disabled My Home Assistant
If you don’t have My Home Assistant on your installation,
you can use <HOME_ASSISTANT_URL>/auth/external/callback
as the redirect URI
instead.
The <HOME_ASSISTANT_URL>
must be the same as used during the configuration/
authentication process.
Internal examples: http://192.168.0.2:8123/auth/external/callback
, http://homeassistant.local:8123/auth/external/callback
.”
You can then add the integration in the frontend via the steps below.
Configuration
To add the Honeywell Lyric integration to your Home Assistant instance, use this My button:
Honeywell Lyric can be auto-discovered by Home Assistant. If an instance was found, it will be shown as Discovered. You can then set it up right away.
Manual configuration steps
If it wasn’t discovered automatically, don’t worry! You can set up a manual integration entry:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Honeywell Lyric.
-
Follow the instructions on screen to complete the setup.
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 for more details.
Sensors
This integration provides the following sensors:
Name | Description |
---|---|
Indoor Temperature | The reported temperature from the device |
Indoor Humidity | The reported humidity from the device |
Outdoor Temperature | Lyric’s outdoor temperature report |
Outdoor Humidity | Lyric’s outdoor humidity |
Next Period Time | The next time the thermostat will change |
Setpoint Status | A description of the setpoint of the device |
Additional sensors will be created for each room sensor accessory assigned to a thermostat device, if applicable:
Name | Description |
---|---|
Room Temperature | The temperature reported from a room sensor accessory |
Room Humidity | The humidity reported from a room accessory |