mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
commit
9288f14ab7
36
source/_components/ecobee.markdown
Normal file
36
source/_components/ecobee.markdown
Normal 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>
|
14
source/_components/sensor.ecobee.markdown
Normal file
14
source/_components/sensor.ecobee.markdown
Normal 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/).
|
14
source/_components/thermostat.ecobee.markdown
Normal file
14
source/_components/thermostat.ecobee.markdown
Normal 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/).
|
1
source/components/ecobee.html
Normal file
1
source/components/ecobee.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/ecobee/';</script>
|
1
source/components/sensor.ecobee.html
Normal file
1
source/components/sensor.ecobee.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/sensor.ecobee/';</script>
|
1
source/components/thermostat.ecobee.html
Normal file
1
source/components/thermostat.ecobee.html
Normal file
@ -0,0 +1 @@
|
||||
<script>document.location = '/components/thermostat.ecobee/';</script>
|
BIN
source/images/screenshots/ecobee-sensor-badges.png
Normal file
BIN
source/images/screenshots/ecobee-sensor-badges.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
source/images/screenshots/ecobee-thermostat-card.png
Normal file
BIN
source/images/screenshots/ecobee-thermostat-card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
source/images/supported_brands/ecobee.png
Normal file
BIN
source/images/supported_brands/ecobee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
x
Reference in New Issue
Block a user