diff --git a/source/_components/climate.homematic.markdown b/source/_components/climate.homematic.markdown index 61b3d6bd4af..ac5458d592b 100644 --- a/source/_components/climate.homematic.markdown +++ b/source/_components/climate.homematic.markdown @@ -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. diff --git a/source/_components/climate.honeywell.markdown b/source/_components/climate.honeywell.markdown index 28b5fd13e34..923f8a229ec 100644 --- a/source/_components/climate.honeywell.markdown +++ b/source/_components/climate.honeywell.markdown @@ -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 diff --git a/source/_components/climate.nest.markdown b/source/_components/climate.nest.markdown index 78123905739..69dbc90fdb0 100644 --- a/source/_components/climate.nest.markdown +++ b/source/_components/climate.nest.markdown @@ -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 ```