mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
27 lines
721 B
Markdown
27 lines
721 B
Markdown
---
|
|
layout: page
|
|
title: "Thinking Cleaner sensor"
|
|
description: "Instructions on how to integrate a ThinkingCleaner sensor 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"
|
|
ha_release: 0.18
|
|
---
|
|
|
|
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:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
sensor:
|
|
- platform: thinkingcleaner
|
|
```
|
|
|
|
This will automatically add sensors for each Thinking Cleaner in your network.
|