🚜 Merges/Redirect Thinkingcleaner platform pages (#9116)

* 🚜 Merges/Redirect Thinkingcleaner platform pages

* ✏️ Tweak

* ✏️ Tweak
This commit is contained in:
Klaas Schoute 2019-04-04 14:33:16 +02:00 committed by Fabian Affolter
parent e5604cefc5
commit 57668dcc83
2 changed files with 27 additions and 29 deletions

View File

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

View File

@ -1,20 +1,30 @@
--- ---
layout: page layout: page
title: "Thinking Cleaner sensor" title: "Thinking Cleaner"
description: "Instructions on how to integrate a ThinkingCleaner sensor within Home Assistant." description: "Instructions on how to integrate a ThinkingCleaner within Home Assistant."
date: 2016-04-10 17:24 date: 2016-04-10 17:24
sidebar: true sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: thinkingcleaner.png logo: thinkingcleaner.png
ha_category: Sensor ha_category:
- Sensor
- Switch
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_release: 0.18 ha_release: 0.18
redirect_from: redirect_from:
- /components/sensor.thinkingcleaner/ - /components/sensor.thinkingcleaner/
- /components/switch.thinkingcleaner/
--- ---
There is currently support for the following device types within Home Assistant:
- [Sensor](#sensor)
- [Switch](#switch)
## {% linkable_title Sensor %}
The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner](http://www.thinkingcleaner.com) add-on. The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner](http://www.thinkingcleaner.com) add-on.
To enable this sensor in your installation, add the following to your `configuration.yaml` file: To enable this sensor in your installation, add the following to your `configuration.yaml` file:
@ -26,3 +36,17 @@ sensor:
``` ```
This will automatically add sensors for each Thinking Cleaner in your network. This will automatically add sensors for each Thinking Cleaner in your network.
## {% linkable_title switch %}
The `thinkingcleaner` switch platform allows you to control your [Thinking Cleaner](http://www.thinkingcleaner.com) add-on.
To enable this switch in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
switch:
- platform: thinkingcleaner
```
This will automatically add switches for each Thinking Cleaner in your network.