mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00
27 lines
706 B
Markdown
27 lines
706 B
Markdown
---
|
|
layout: page
|
|
title: "Thinking Cleaner Switch"
|
|
description: "Instructions 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 Poll"
|
|
ha_release: 0.18
|
|
---
|
|
|
|
The `thinkingcleaner` switch platform allows you to control your [Thinking Cleaner](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.
|