Fix ha_release and other minor issues

This commit is contained in:
Fabian Affolter 2016-05-21 11:39:02 +02:00
parent 2b3c56017d
commit 03ca0b369e
10 changed files with 27 additions and 25 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Ecobee Notify"
description: "Instructions how to setup the Ecobee notify component within Home Assistant."
description: "Instructions how to setup the Ecobee notification component within Home Assistant."
date: 2016-05-12 09:00
sidebar: true
comments: false
@ -9,12 +9,12 @@ sharing: true
footer: true
logo: ecobee.png
ha_category: Notify
ha_release: 0.20
ha_release: "0.20"
---
To get your Ecobee sensors working with Home Assistant, you must first have the main [Ecobee component](/components/ecobee/) loaded and running. Once you have that configured, you can setup this component to send messages to your thermostat.
To get your Ecobee notifications working with Home Assistant, you must first have the main [Ecobee component](/components/ecobee/) loaded and running. Once you have that configured, you can setup this component to send messages to your Ecobee device.
Add the following to your `configuration.yaml` file:
To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
@ -26,7 +26,6 @@ notify:
Configuration variables:
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
- **index** (*Optional*): If you have more than one thermostat, you can create a notifier for each one by providing the zero based index for each thermostat. (Default: 0)
To use notifications, please see the [getting started with automation page](/getting-started/automation/).