Site updated at 2017-11-18 20:42:08 UTC
This commit is contained in:
parent
374261cd52
commit
3bb0d0697f
641 changed files with 7982 additions and 2283 deletions
|
@ -75,11 +75,18 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">linode</code> component allows you to access the information about your <a href="https://linode.com">Linode</a> systems from Home Assistant.</p>
|
||||
<p>Obtain your API key from Linode account.</p>
|
||||
<p>Obtain your oAuth2 Access Token from Linode account.</p>
|
||||
<ul>
|
||||
<li><a href="http://cloud.linode.com">http://cloud.linode.com</a></li>
|
||||
<li>Log in</li>
|
||||
<li>Select API Tokens</li>
|
||||
<li>Create a Personal Access Token,</li>
|
||||
<li>Assigned scope (Please choose the least possible access required.)</li>
|
||||
</ul>
|
||||
<p>To integrate Linode with Home Assistant, add the following section to your <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">linode</span><span class="pi">:</span>
|
||||
<span class="s">access_token</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
|
||||
<span class="s">access_token</span><span class="pi">:</span> <span class="s">YOUR_ACCESS_TOKEN</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="config-vars">
|
||||
|
@ -324,6 +331,9 @@
|
|||
<li>
|
||||
<a href='/components/volvooncall/'>Volvo On Call</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/vultr/'>Vultr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/wink/'>Wink</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue