mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
added thinkingcleaner (#384)
* added thinkingcleaner * changed iot class to poll
This commit is contained in:
parent
ac22dacc21
commit
7a9badbf3d
26
source/_components/sensor.thinkingcleaner.markdown
Normal file
26
source/_components/sensor.thinkingcleaner.markdown
Normal 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.
|
26
source/_components/switch.thinkingcleaner.markdown
Normal file
26
source/_components/switch.thinkingcleaner.markdown
Normal 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.
|
BIN
source/images/supported_brands/thninkingcleaner.png
Normal file
BIN
source/images/supported_brands/thninkingcleaner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
x
Reference in New Issue
Block a user