bramkragten / lyric

Add support for Honeywell Lyric thermostats in Home Assistant
MIT License
13 stars 19 forks source link

Deprecated! Do not use!

Use the official Home Assistant Lyric integration (cloud based): https://www.home-assistant.io/integrations/lyric/

Or the HomeKit Controller Integration (local): https://www.home-assistant.io/integrations/homekit_controller/

Honeywell Lyric Custom Component (for Home Assistant)

This will give support for the Honeywell Lyric thermostats in Home Assistant

Once Home Assistant is started, a configurator will pop up asking you to log into your Lyric account.

Configuration

# Example configuration.yaml entry
lyric:
  client_id: CLIENT_ID
  client_secret: CLIENT_SECRET
# Example configuration.yaml entry to show only devices at your vacation and primary homes
lyric:
  client_id: CLIENT_ID
  client_secret: CLIENT_SECRET
  locations:
    - Vacation
    - Primary

Configuration variables: