Site updated at 2017-09-26 18:37:45 UTC

This commit is contained in:
Travis CI 2017-09-26 18:37:45 +00:00
parent cd1993547e
commit 6c210aca29
56 changed files with 99 additions and 99 deletions

View file

@ -85,7 +85,7 @@ Linux and Mac OS users execute the following command in a terminal.</p>
<p>Windows users start <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty</a>, enter the IP address of the Raspberry Pi in the <em>Host name</em> field and port 22 in the <em>Port</em> field. Then click <em>Open</em> and a terminal window will open. Enter the credentials. Default user name is <code class="highlighter-rouge">pi</code> and password is <code class="highlighter-rouge">raspberry</code>.</p>
<p>Optionally, starting with Windows 10 anniversary update, you can use the built-in <a href="https://msdn.microsoft.com/en-us/commandline/wsl/about">Bash on Windows</a> to use SSH if you have enabled Developer mode and have installed the “Windows Subsystem for Linux (beta)” feature.</p>
<h3><a class="title-link" name="startstoprestart-home-assistant" href="#startstoprestart-home-assistant"></a> Start/Stop/Restart Home Assistant</h3>
<p>Log in as the <code class="highlighter-rouge">pi</code> account account and execute the following commands:</p>
<p>Log in as the <code class="highlighter-rouge">pi</code> account and execute the following commands:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo systemctl stop home-assistant@homeassistant.service
</code></pre>
</div>

View file

@ -237,7 +237,7 @@ esac
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c"># chmod 777 /volume1/homeassistant/hass-daemon</span>
</code></pre>
</div>
<p>Update your firewall (if it is turned on on the Synology device):</p>
<p>Update your firewall (if it is turned on the Synology device):</p>
<ul>
<li>Go to your Synology control panel</li>
<li>Go to security</li>

View file

@ -75,7 +75,7 @@
</h1>
</header>
<hr class="divider">
<p>The command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly. Please do not confuse those with with Home Assistants <a href="/docs/scripts/">script</a> feature.</p>
<p>The command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly. Please do not confuse those with Home Assistants <a href="/docs/scripts/">script</a> feature.</p>
<h3><a class="title-link" name="configuration-check" href="#configuration-check"></a> Configuration check</h3>
<p>Test any changes to your <code class="highlighter-rouge">configuration.yaml</code> file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hass --script check_config