Minor style updates

This commit is contained in:
Fabian Affolter 2016-06-06 19:48:31 +02:00
parent dd06471c0b
commit ec6b4c3db3
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
---
layout: page
title: "Thinking Cleaner sensors"
description: "Instructions how to integrate a ThinkingCleaner within Home Assistant."
title: "Thinking Cleaner sensor"
description: "Instructions how to integrate a ThinkingCleaner senosrs within Home Assistant."
date: 2016-04-10 17:24
sidebar: true
comments: false
@ -13,14 +13,14 @@ ha_iot_class: "Local Poll"
ha_release: 0.18
---
The `ThinkingCleaner` sensor platform simple displays information about your [ThinkingCleaner](http://www.thinkingcleaner.com) addon.
The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner](http://www.thinkingcleaner.com) addon.
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: thinkingcleaner
platform: thinkingcleaner
```
This will automatically add sensors for each Thinking Cleaner in your network.

View File

@ -1,7 +1,7 @@
---
layout: page
title: "Thinking Cleaner switches"
description: "Instructions how to integrate a ThinkingCleaner within Home Assistant."
title: "Thinking Cleaner Switch"
description: "Instructions how to integrate a ThinkingCleaner switches within Home Assistant."
date: 2016-04-10 17:24
sidebar: true
comments: false
@ -13,14 +13,14 @@ ha_iot_class: "Local Poll"
ha_release: 0.18
---
The `ThinkingCleaner` switch platform allows you to control your [ThinkingCleaner](http://www.thinkingcleaner.com) addon.
The `thinkingcleaner` switch platform allows you to control your [Thinking Cleaner](http://www.thinkingcleaner.com) addon.
To enable this switch in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
switch:
- platform: thinkingcleaner
platform: thinkingcleaner
```
This will automatically add switches for each Thinking Cleaner in your network.