Site updated at 2017-07-16 14:55:19 UTC
This commit is contained in:
parent
796f3e0335
commit
f2ba3983a0
61 changed files with 153 additions and 156 deletions
|
@ -74,7 +74,13 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># configuration.yaml example</span>
|
||||
<p><a href="http://lametric.com">LaMetric Time</a> is a smart clock that can be used to access applications, listen to web radio and display notifications.</p>
|
||||
<p>There is currently support for the following device types within Home Assistant:</p>
|
||||
<ul>
|
||||
<li><a href="/components/notify.lametric">Notify</a></li>
|
||||
</ul>
|
||||
<p>The LaMetric Time can only be accessed by authorized applications. Therefore, each application that wants to access the LaMetric time needs to be registered at the LaMetric Developer webpage. Sign Up and login to the developer webpage. Click the Create button in the upper right corner, then select Notification App and click Create again. Enter an app name, a description and a redirect URL. Finally, click Save to create the application. For the newly created app you will obtain a client id and a client secret that is required in the following configuration.</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># configuration.yaml example</span>
|
||||
<span class="s">lametric</span><span class="pi">:</span>
|
||||
<span class="s">client_id</span><span class="pi">:</span> <span class="s">xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx</span>
|
||||
<span class="s">client_secret</span><span class="pi">:</span> <span class="s">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue