Site updated at 2017-10-07 22:49:55 UTC

This commit is contained in:
Travis CI 2017-10-07 22:49:56 +00:00
parent f9a8fad682
commit 9ff55add23
128 changed files with 676 additions and 657 deletions

View file

@ -105,7 +105,7 @@ Consider running the configurator as a user with limited privileges to limit pos
</ul>
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
<p>Near the top of the configurator.py-file you will find some global variables you can change to customize the configurator. If you are unfamiliar with Python: when setting variables of the type <em>string</em>, you have to write that within quotation marks. The default settings are fine for just checking out the configurator quickly. With more customized setups you should change some settings though.<br />
To keep your settings across updates it is also possible to save settings in an external file. In that case copy <a href="https://github.com/danielperna84/hass-configurator/blob/master/settings.conf">settings.conf</a> whereever you like and append the full path to the file to the command when starting the configurator. E.g. <code class="highlighter-rouge">sudo .configurator.py /home/homeassistant/.homeassistant/mysettings.conf</code>. This file is in JSON format. So make sure it has a valid syntax (you can set the editor to JSON to get syntax highlighting for the settings). The major difference to the settings in the py-file is, that <code class="highlighter-rouge">None</code> becomes <code class="highlighter-rouge">null</code>.</p>
To keep your settings across updates it is also possible to save settings in an external file. In that case copy <a href="https://github.com/danielperna84/hass-configurator/blob/master/settings.conf">settings.conf</a> wherever you like and append the full path to the file to the command when starting the configurator. E.g. <code class="highlighter-rouge">sudo .configurator.py /home/homeassistant/.homeassistant/mysettings.conf</code>. This file is in JSON format. So make sure it has a valid syntax (you can set the editor to JSON to get syntax highlighting for the settings). The major difference to the settings in the py-file is, that <code class="highlighter-rouge">None</code> becomes <code class="highlighter-rouge">null</code>.</p>
<h4>LISTENIP (string)</h4>
<p>The IP the service is listening on. By default it is binding to <code class="highlighter-rouge">0.0.0.0</code>, which is every interface on the system.</p>
<h4>LISTENPORT (integer)</h4>