Site updated at 2017-06-13 17:37:10 UTC
This commit is contained in:
parent
19eafe12a9
commit
0d30d9570d
249 changed files with 1318 additions and 253 deletions
|
@ -78,14 +78,14 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): The API key for your netatmo account.</li>
|
||||
<li><strong>secret_key</strong> (<em>Required</em>): Your netatmo secret key</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): Username for the netatmo account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): Password for the netatmo account.</li>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): The API key for your Netatmo account.</li>
|
||||
<li><strong>secret_key</strong> (<em>Required</em>): Your Netatmo secret key</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): Username for the Netatmo account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): Password for the Netatmo account.</li>
|
||||
<li><strong>discovery</strong> (<em>Optional)</em>: Whether to discover Netatmo devices. Set it to False, if you want to choose which Netatmo device you want to add (default True).</li>
|
||||
</ul>
|
||||
<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.
|
||||
<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">
|
||||
<img src="/images/screenshots/netatmo_create.png" />
|
||||
|
@ -110,6 +110,9 @@ The Home Assistant Netatmo platform has only be tested with the classic indoor,
|
|||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/netatmo.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>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.20
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue