mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured |
---|---|---|---|---|---|---|---|---|---|---|
page | Ecobee | Instructions for how to integrate Ecobee thermostats and sensors within Home Assistant. | 2015-11-30 17:54 | true | false | true | true | ecobee.png | Hub | true |
The Ecobee platform lets you control a thermostats and view sensor data from the Ecobee thermostat.
You will need to obtain an API key from ecobee's developer site to use this component. The first time you run Home-Assistant with this component it will give you a PIN code that you need to authorize in the ecobee consumer portal. You can do this by clicking 'Add Application' in the 'My Apps' section in the sidebar.
To set it up, add the following information to your configuration.yaml
file:
ecobee:
api_key: asdfghjklqwertyuiopzxcvbnm
hold_temp: True
Configuration variables:
- api_key (Required): Your Ecobee api key.
- hold_temp (Optional): True/False whether or not to hold changes indefinitely (True) or until the next scheduled event (False, default).