Site updated at 2017-04-08 23:38:08 UTC
This commit is contained in:
parent
0b450989d5
commit
b671c3bdf9
536 changed files with 6498 additions and 1728 deletions
|
@ -77,10 +77,11 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The host name or address of the device that is running Emby.</li>
|
||||
<li><strong>host</strong> (<em>Optional</em>): The host name or address of the device that is running Emby. Defaults to <code class="highlighter-rouge">localhost</code>.</li>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): The api-key you would like home-assistant to use to authenticate.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): True if you want to connect with https. Be sure to set the port also.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port number. Defaults to 8096.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): True if you want to connect with https/wss. Your SSL certificate must be valid. Default is False.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port number. Defaults to 8096 with SSL set to False and 8920 with SSL set to True.</li>
|
||||
<li><strong>auto_hide</strong> (<em>Optional</em>): True if you want to automatically hide devices that are unavailable from the Home Assistant Interface. Defaults to False.</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -92,7 +93,7 @@
|
|||
<img src='/images/supported_brands/emby.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
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
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue