mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Minor style updates
This commit is contained in:
parent
dd06471c0b
commit
ec6b4c3db3
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Thinking Cleaner sensors"
|
title: "Thinking Cleaner sensor"
|
||||||
description: "Instructions how to integrate a ThinkingCleaner within Home Assistant."
|
description: "Instructions how to integrate a ThinkingCleaner senosrs within Home Assistant."
|
||||||
date: 2016-04-10 17:24
|
date: 2016-04-10 17:24
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -13,14 +13,14 @@ ha_iot_class: "Local Poll"
|
|||||||
ha_release: 0.18
|
ha_release: 0.18
|
||||||
---
|
---
|
||||||
|
|
||||||
The `ThinkingCleaner` sensor platform simple displays information about your [ThinkingCleaner](http://www.thinkingcleaner.com) addon.
|
The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner](http://www.thinkingcleaner.com) addon.
|
||||||
|
|
||||||
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: thinkingcleaner
|
platform: thinkingcleaner
|
||||||
```
|
```
|
||||||
|
|
||||||
This will automatically add sensors for each Thinking Cleaner in your network.
|
This will automatically add sensors for each Thinking Cleaner in your network.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Thinking Cleaner switches"
|
title: "Thinking Cleaner Switch"
|
||||||
description: "Instructions how to integrate a ThinkingCleaner within Home Assistant."
|
description: "Instructions how to integrate a ThinkingCleaner switches within Home Assistant."
|
||||||
date: 2016-04-10 17:24
|
date: 2016-04-10 17:24
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -13,14 +13,14 @@ ha_iot_class: "Local Poll"
|
|||||||
ha_release: 0.18
|
ha_release: 0.18
|
||||||
---
|
---
|
||||||
|
|
||||||
The `ThinkingCleaner` switch platform allows you to control your [ThinkingCleaner](http://www.thinkingcleaner.com) addon.
|
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:
|
To enable this switch in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
- platform: thinkingcleaner
|
platform: thinkingcleaner
|
||||||
```
|
```
|
||||||
|
|
||||||
This will automatically add switches for each Thinking Cleaner in your network.
|
This will automatically add switches for each Thinking Cleaner in your network.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user