Skip to content

Commit 65390c1

Browse files
committed
Fixed typo for climate component
1 parent 094f358 commit 65390c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/_components/climate.homematic.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ha_iot_class: "Local Push"
1414
---
1515

1616

17-
The `homematic` cliamte platform lets you control [Homematic](http://www.homematic.com/) thermostats through Home Assistant.
17+
The `homematic` climate platform lets you control [Homematic](http://www.homematic.com/) thermostats through Home Assistant.
1818

1919
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.

source/_components/climate.honeywell.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ha_category: Climate
1212
---
1313

1414

15-
The `honeywell` cliamte platform let you control [Honeywell Connected](http://getconnected.honeywell.com/en/) thermostats from Home Assistant.
15+
The `honeywell` climate platform let you control [Honeywell Connected](http://getconnected.honeywell.com/en/) thermostats from Home Assistant.
1616

1717
To set it up, add the following information to your `configuration.yaml` file:
1818

1919
```yaml
20-
cliamte:
20+
climate:
2121
platform: honeywell
2222
username: YOUR_USERNAME
2323
password: YOUR_PASSWORD

source/_components/climate.nest.markdown

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

1919
```yaml
20-
cliamte:
20+
climate:
2121
platform: nest
2222
```
2323

0 commit comments

Comments
 (0)