Site updated at 2018-01-07 13:20:16 UTC
This commit is contained in:
parent
8f26bad429
commit
28765c9b55
28 changed files with 69 additions and 67 deletions
|
@ -90,6 +90,7 @@
|
|||
<ul>
|
||||
<li>Irish Virgin Media Super Hub 3.0</li>
|
||||
<li>Ziggo Connectbox NL</li>
|
||||
<li>Unitymedia Connect Box (DE)</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -182,8 +182,8 @@ Note: This must be an HTTPS URL to work.</li>
|
|||
<ol>
|
||||
<li>Grant type: <code class="highlighter-rouge">Implicit</code></li>
|
||||
<li>Client ID: The <code class="highlighter-rouge">client_id</code> from your Home Assistant configuration above</li>
|
||||
<li>Authorization URL (replace with your actual URL): <code class="highlighter-rouge">https://[YOUR HOME ASSISTANT URL]/api/google_assistant/auth</code></li>
|
||||
<li>Configure your client. Add scopes for <code class="highlighter-rouge">email</code> and <code class="highlighter-rouge">name</code></li>
|
||||
<li>Authorization URL (replace with your actual URL): <code class="highlighter-rouge">https://[YOUR HOME ASSISTANT URL]/api/google_assistant/auth</code>. If you have set <code class="highlighter-rouge">api_password:</code> add this password to the URL <code class="highlighter-rouge">https://[YOUR HOME ASSISTANT URL]/api/google_assistant/auth?api_password=[YOUR API PASSWORD]</code>)</li>
|
||||
<li>Configure your client. Add scopes for <code class="highlighter-rouge">email</code> and <code class="highlighter-rouge">name</code>.</li>
|
||||
<li>Testing instructions: Enter anything. It doesn’t matter since you won’t submit this app.</li>
|
||||
</ol>
|
||||
</li>
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
<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>Supported devices (tested):</p>
|
||||
<ul>
|
||||
<li><a href="https://www.leviton.com/en/products/dw6hd">DW6HD1-BZ</a> (Decora Smart Wi-Fi 600W Dimmer)</li>
|
||||
<li><a href="https://www.leviton.com/en/products/dw6hd-1bz">DW6HD1-BZ</a> (Decora Smart Wi-Fi 600W Dimmer)</li>
|
||||
<li><a href="https://www.leviton.com/en/products/dw15s-1bz">DW15S-1BZ</a> (Decora Smart Wi-Fi 15A Switch)</li>
|
||||
</ul>
|
||||
<p>To enable these lights, add the following lines 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue