Merge pull request #115 from nkgilley/ecobee

Ecobee
This commit is contained in:
Paulus Schoutsen 2015-11-30 22:49:21 -08:00
commit 9288f14ab7
9 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,36 @@
---
layout: component
title: "Ecobee thermostat"
description: "Instructions for how to integrate Ecobee thermostats and sensors within Home Assistant."
date: 2015-11-30 17:54
sidebar: true
comments: false
sharing: true
footer: true
logo: ecobee.png
ha_category: Hub
---
The Ecobee platform lets you control a thermostats and view sensor data from the [Ecobee](https://ecobee.com)
thermostat.
You will need to obtain an API key from ecobee's [developer site](https://www.ecobee.com/developers/) 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](https://www.ecobee.com/consumerportal/index.html). 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:
```yaml
ecobee:
api_key: asdfghjklqwertyuiopzxcvbnm
```
Configuration variables:
- **api_key** (*Required*): Your Ecobee api key.
<p class='img'>
<img src='{{site_root}}/images/screenshots/ecobee-sensor-badges.png' />
<img src='{{site_root}}/images/screenshots/ecobee-thermostat-card.png' />
</p>

View File

@ -0,0 +1,14 @@
---
layout: component
title: "Ecobee sensor"
description: "Instructions how to setup the Ecobee sensors within Home Assistant."
date: 2015-11-30 18:00
sidebar: true
comments: false
sharing: true
footer: true
logo: ecobee.png
ha_category: Sensor
---
To get your Ecobee sensors working with Home Assistant, follow the instructions for the general [Ecobee component](/components/ecobee/).

View File

@ -0,0 +1,14 @@
---
layout: component
title: "Ecobee thermostat"
description: "Instructions how to setup the Ecobee thermostats within Home Assistant."
date: 2015-11-30 18:00
sidebar: true
comments: false
sharing: true
footer: true
logo: ecobee.png
ha_category: Sensor
---
To get your Ecobee thermostats working with Home Assistant, follow the instructions for the general [Ecobee component](/components/ecobee/).

View File

@ -0,0 +1 @@
<script>document.location = '/components/ecobee/';</script>

View File

@ -0,0 +1 @@
<script>document.location = '/components/sensor.ecobee/';</script>

View File

@ -0,0 +1 @@
<script>document.location = '/components/thermostat.ecobee/';</script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB