Site updated at 2018-02-28 23:33:38 UTC

This commit is contained in:
Travis CI 2018-02-28 23:33:39 +00:00
parent 9d1940b4b8
commit fc1299e488
30 changed files with 78 additions and 79 deletions

View file

@ -80,8 +80,7 @@
<code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">bmw_connected_drive</span><span class="pi">:</span>
<span class="s">mycar</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">Car 1</span>
<span class="s">name</span><span class="pi">:</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">USERNAME_BMW_CONNECTED_DRIVE</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">PASSWORD_BMW_CONNECTED_DRIVE</span>
<span class="s">country</span><span class="pi">:</span> <span class="s">COUNTRY_BMW_CONNECTED_DRIVE</span>

View file

@ -81,7 +81,7 @@
<span class="s">influxdb</span><span class="pi">:</span>
</code></pre>
</div>
<p>You will still need to create a database named <code class="highlighter-rouge">home_assistant</code> via InfluxDBs web interface or command line. For instructions how to create a database check the <a href="https://docs.influxdata.com/influxdb/latest/introduction/getting_started/#creating-a-database">InfluxDB documentation</a> relevant to the version you have installed.</p>
<p>You will still need to create a database named <code class="highlighter-rouge">home_assistant</code> via InfluxDBs command line interface. For instructions on how to create a database check the <a href="https://docs.influxdata.com/influxdb/latest/introduction/getting_started/#creating-a-database">InfluxDB documentation</a> relevant to the version you have installed.</p>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Optional</em>): IP address of your database host, e.g. 192.168.1.10. Defaults to <code class="highlighter-rouge">localhost</code>.</li>

View file

@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>Support for <a href="http://www.leviton.com/en/products/lighting-controls/decora-smart-with-wifi">Leviton Decora Wi-Fi</a> dimmers/switches.</p>
<p>Support for <a href="http://www.leviton.com/en/products/lighting-controls/decora-smart-with-wifi">Leviton Decora Wi-Fi</a> dimmers/switches via the MyLeviton API.</p>
<p>Supported devices (tested):</p>
<ul>
<li><a href="https://www.leviton.com/en/products/dw6hd-1bz">DW6HD1-BZ</a> (Decora Smart Wi-Fi 600W Dimmer)</li>
@ -103,7 +103,7 @@
<img src='/images/supported_brands/leviton.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
</div>
<div class='section'>
Introduced in release: 0.51

View file

@ -75,7 +75,7 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">statistics</code> sensor platform consumes the state from other sensors. Besides the maximum and the minimum values, the total, mean, median, variance and the standard deviation are also available as attributes. If its a binary sensor then only state changes are counted.</p>
<p>If you are running the <a href="/components/recorder/">recorder</a> component, on startup the data is read from the database. So after a restart of the platform, you will immediately have data available. If youre using the <a href="/components/history/">history</a> component, this will automatically also start the recoder component on startup.
<p>If you are running the <a href="/components/recorder/">recorder</a> component, on startup the data is read from the database. So after a restart of the platform, you will immediately have data available. If youre using the <a href="/components/history/">history</a> component, this will automatically also start the <code class="highlighter-rouge">recorder</code> component on startup.
If you are <em>not</em> running the <code class="highlighter-rouge">recorder</code> component, it can take time till the sensor starts to work because a couple of attributes need more than one value to do the calculation.</p>
<p>To enable the statistics sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># enable the recorder component (optional)</span>