home-assistant.io/source/_components/thinkingcleaner.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Thinking Cleaner Instructions on how to integrate a ThinkingCleaner within Home Assistant. thinkingcleaner.png
Sensor
Switch
Local Polling 0.18
/components/sensor.thinkingcleaner/
/components/switch.thinkingcleaner/

There is currently support for the following device types within Home Assistant:

Sensor

The thinkingcleaner sensor platform simple displays information about your Thinking Cleaner add-on.

To enable this sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: thinkingcleaner

This will automatically add sensors for each Thinking Cleaner in your network.

switch

The thinkingcleaner switch platform allows you to control your Thinking Cleaner add-on.

To enable this switch in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: thinkingcleaner

This will automatically add switches for each Thinking Cleaner in your network.