Site updated at 2016-12-03 21:09:10 UTC
This commit is contained in:
parent
2ca77efe47
commit
503dc45921
478 changed files with 8952 additions and 1761 deletions
|
@ -96,17 +96,16 @@
|
|||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">media_player</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">philips_js</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.99</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">philips_js</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.99</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name you would like to give to the Philips TV.</li>
|
||||
<li><strong>host</strong> (<em>Required</em>): IP address of TV.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name you would like to give to the Philips TV.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -129,7 +128,7 @@
|
|||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.32
|
||||
Introduced in release: 0.34
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
@ -144,6 +143,9 @@
|
|||
<li>
|
||||
<a href='/components/media_player.directv/'>DirecTV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.dunehd/'>DuneHD media players</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.emby/'>Emby</a>
|
||||
</li>
|
||||
|
@ -213,6 +215,9 @@
|
|||
<li>
|
||||
<a href='/components/media_player.braviatv/'>Sony Bravia TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.soundtouch/'>Soundtouch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.universal/'>Universal</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue