Site updated at 2017-02-11 22:50:44 UTC

This commit is contained in:
Travis CI 2017-02-11 22:50:44 +00:00
parent 83c3bf8dbf
commit 4bedc7a4cc
627 changed files with 11192 additions and 2416 deletions

View file

@ -101,6 +101,7 @@
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">webostv</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.0.112</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">livingroom_tv</span>
<span class="s">filename</span><span class="pi">:</span> <span class="s">webostv.conf</span>
</code></pre>
</div>
@ -109,6 +110,7 @@
<ul>
<li><strong>host</strong> (<em>Required</em>): The IP of the LG WebOS Smart TV, e.g. 192.168.0.10</li>
<li><strong>name</strong> (<em>Required</em>): The name you would like to give to the LG WebOS Smart TV.</li>
<li><strong>filename</strong> (<em>Optional</em>): The filename where the pairing key with the TV should be stored. This path is relative to Home Assistants config directory. It defaults to <code class="highlighter-rouge">webostv.conf</code>.</li>
</ul>
<p>A possible automation could be:</p>
@ -221,6 +223,9 @@
<li>
<a href='/components/notify.mqtt/'>MQTT Notifications</a>
</li>
<li>
<a href='/components/notify.mailgun/'>Mailgun</a>
</li>
<li>
<a href='/components/notify.matrix/'>Matrix</a>
</li>