Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -89,19 +89,17 @@
<hr class="divider">
<p>The <code>netatmo</code> component platform is the main component to integrate all Netatmo related platforms. Besides this component you will have to setup any connected sensors separately.</p>
<p>The <code class="highlighter-rouge">netatmo</code> component platform is the main component to integrate all Netatmo related platforms. Besides this component you will have to setup any connected sensors separately.</p>
<p>To enable the Netatmo component, add the following lines to your <code>configuration.yaml</code>:</p>
<p>To enable the Netatmo component, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">netatmo</span>:
<span class="key">api_key</span>: <span class="string"><span class="content">YOUR_API_KEY</span></span>
<span class="key">secret_key</span>: <span class="string"><span class="content">YOUR_SECRET_KEY</span></span>
<span class="key">username</span>: <span class="string"><span class="content">YOUR_USERNAME</span></span>
<span class="key">password</span>: <span class="string"><span class="content">YOUR_PASSWORD</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">netatmo</span><span class="pi">:</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
<span class="s">secret_key</span><span class="pi">:</span> <span class="s">YOUR_SECRET_KEY</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR_USERNAME</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -115,7 +113,7 @@
<h3><a class="title-link" name="get-api-and-secret-key" href="#get-api-and-secret-key"></a> Get API and Secret Key</h3>
<p>To get your API credentials, you have to declare a new application in the <a href="https://dev.netatmo.com/">NetAtmo Developer Page</a>. Sign in using your username and password from your regular NetAtmo account.<br />
<p>To get your API credentials, you have to declare a new application in the <a href="https://dev.netatmo.com/">NetAtmo Developer Page</a>. Sign in using your username and password from your regular NetAtmo account.
Click on Create an App at the top of the page.</p>
<p class="img">