Site updated at 2016-07-29 20:29:00 UTC
This commit is contained in:
parent
b20e0d515b
commit
f408327bc9
26 changed files with 48 additions and 40 deletions
|
@ -91,6 +91,10 @@
|
|||
|
||||
<p>The <code>http</code> component serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.</p>
|
||||
|
||||
<p class="note warning">
|
||||
It’s HIGHLY recommended that you set the <code>api_password</code>, especially if you are planning to expose your installation to the internet.
|
||||
</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">http</span>:
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
</div>
|
||||
<p>Configuration variables:<br />
|
||||
- <strong>host</strong> (<em>Optional</em>): IP address of the device. Example:<code>192.168.1.2</code> If not specified, the platform will load any discovered receivers.<br />
|
||||
- <strong>name</strong> (<em>Optional, required if host is specified</em>): Name of the device<br />
|
||||
- <strong>name</strong> (<em>Required if host is specified</em>): Name of the device<br />
|
||||
- <strong>sources</strong> (<em>Optional</em>): A list of mappings from source to source name. Valid sources can be found below. A default list will be used if no source mapping is specified.</p>
|
||||
|
||||
<p>List of source names:<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue