added thinkingcleaner (#384)

* added thinkingcleaner

* changed iot class to poll
This commit is contained in:
Dennis Karpienski 2016-04-11 11:04:08 +02:00 committed by Fabian Affolter
parent ac22dacc21
commit 7a9badbf3d
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,26 @@
---
layout: page
title: "ThinkingCleaner"
description: "Instructions how to integrate a ThinkingCleaner within Home Assistant."
date: 2016-04-10 17:24
sidebar: true
comments: false
sharing: true
footer: true
logo: thinkingcleaner.png
ha_category: Sensor
ha_iot_class: "Local Poll"
--------------------------
The `ThinkingCleaner` sensor platform simple displays information about your [ThinkingCleaner](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
```
This will automatically add sensors for each Thinking Cleaner in your network.

View File

@ -0,0 +1,26 @@
---
layout: page
title: "ThinkingCleaner"
description: "Instructions how to integrate a ThinkingCleaner 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 Poll"
--------------------------
The `ThinkingCleaner` switch platform simple displays information about your [ThinkingCleaner](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
```
This will automatically add switches for each Thinking Cleaner in your network.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB