mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
1.8 KiB
1.8 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_quality_scale, ha_platforms, ha_dhcp
title | description | ha_category | ha_release | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ha_quality_scale | ha_platforms | ha_dhcp | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Honeywell Lyric | How to integrate the Honeywell Lyric integration into Home Assistant. |
|
2021.3 | Cloud Polling | true |
|
lyric | silver |
|
true |
The Honeywell Lyric integration integrates the Lyric thermostat platform into Home Assistant.
Setup
To set up this component, you will need to set up a developer account with Honeywell:
- 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.
- 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:
# Example configuration.yaml entry
lyric:
client_id: MY_CONSUMER_KEY
client_secret: MY_CONSUMER_SECRET
You can then add the integration in the frontend.
{% include integrations/config_flow.md %}
Sensors
This integration provides the following sensors:
Name | Description |
---|---|
Indoor Temperature | The reported temperature 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 |