Fixed typo for climate component

This commit is contained in:
Marcelo Moreira de Mello 2016-08-28 03:17:40 -04:00
parent 094f358d95
commit 65390c187b
3 changed files with 4 additions and 4 deletions

View File

@ -14,6 +14,6 @@ ha_iot_class: "Local Push"
---
The `homematic` cliamte platform lets you control [Homematic](http://www.homematic.com/) thermostats through Home Assistant.
The `homematic` climate platform lets you control [Homematic](http://www.homematic.com/) thermostats through Home Assistant.
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.

View File

@ -12,12 +12,12 @@ ha_category: Climate
---
The `honeywell` cliamte platform let you control [Honeywell Connected](http://getconnected.honeywell.com/en/) thermostats from Home Assistant.
The `honeywell` climate platform let you control [Honeywell Connected](http://getconnected.honeywell.com/en/) thermostats from Home Assistant.
To set it up, add the following information to your `configuration.yaml` file:
```yaml
cliamte:
climate:
platform: honeywell
username: YOUR_USERNAME
password: YOUR_PASSWORD

View File

@ -17,7 +17,7 @@ The `nest` climate platform let you control a thermostat from [Nest](https://nes
To set it up, add the following information to your `configuration.yaml` file:
```yaml
cliamte:
climate:
platform: nest
```