Site updated at 2016-06-06 17:51:12 UTC

This commit is contained in:
Travis CI 2016-06-06 17:51:12 +00:00
parent 2d7d7cbeaa
commit 2bcf31af1a
109 changed files with 148 additions and 148 deletions

View file

@ -7,26 +7,26 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Thinking Cleaner sensors - Home Assistant</title>
<title>Thinking Cleaner sensor - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to integrate a ThinkingCleaner within Home Assistant.">
<meta name="description" content="Instructions how to integrate a ThinkingCleaner senosrs within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/sensor.thinkingcleaner/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Thinking Cleaner sensors">
<meta property="og:title" content="Thinking Cleaner sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/sensor.thinkingcleaner/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate a ThinkingCleaner within Home Assistant.">
<meta property="og:description" content="Instructions how to integrate a ThinkingCleaner senosrs within Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Thinking Cleaner sensors">
<meta name="twitter:description" content="Instructions how to integrate a ThinkingCleaner within Home Assistant.">
<meta name="twitter:title" content="Thinking Cleaner sensor">
<meta name="twitter:description" content="Instructions how to integrate a ThinkingCleaner senosrs within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
@ -83,20 +83,20 @@
<header>
<h1 class="title indent">
Thinking Cleaner Sensors
Thinking Cleaner Sensor
</h1>
</header>
<hr class="divider">
<p>The <code>ThinkingCleaner</code> sensor platform simple displays information about your <a href="http://www.thinkingcleaner.com">ThinkingCleaner</a> addon.</p>
<p>The <code>thinkingcleaner</code> sensor platform simple displays information about your <a href="http://www.thinkingcleaner.com">Thinking Cleaner</a> addon.</p>
<p>To enable this sensor in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">sensor</span>:
- <span class="string"><span class="content">platform: thinkingcleaner</span></span>
<span class="key">platform</span>: <span class="string"><span class="content">thinkingcleaner</span></span>
</pre></div>
</div>
</div>
@ -129,7 +129,7 @@
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/switch.thinkingcleaner/'>
Thinking Cleaner switches
Thinking Cleaner Switch
</a></li>
</ul>
</div>
@ -257,7 +257,7 @@
<a href='/components/sensor.template/'>Template Sensor</a>
</li>
<li>
Thinking Cleaner sensors
Thinking Cleaner sensor
</li>
<li>
<a href='/components/sensor.time_date/'>Time & Date</a>