mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Merge pull request #119 from nkgilley/ecobee
add info for hold_temp parameter to ecobee
This commit is contained in:
commit
ee1c8355d9
@ -21,11 +21,13 @@ To set it up, add the following information to your `configuration.yaml` file:
|
|||||||
```yaml
|
```yaml
|
||||||
ecobee:
|
ecobee:
|
||||||
api_key: asdfghjklqwertyuiopzxcvbnm
|
api_key: asdfghjklqwertyuiopzxcvbnm
|
||||||
|
hold_temp: True
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **api_key** (*Required*): Your Ecobee api key.
|
- **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).
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
<img src='{{site_root}}/images/screenshots/ecobee-sensor-badges.png' />
|
<img src='{{site_root}}/images/screenshots/ecobee-sensor-badges.png' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user