Site updated at 2016-11-22 12:41:44 UTC

This commit is contained in:
Travis CI 2016-11-22 12:41:44 +00:00
parent d45c7250ca
commit 81a1c3b9d8
23 changed files with 39 additions and 36 deletions

View file

@ -122,6 +122,7 @@
<ul>
<li>Check out the list of <a href="/getting-started/installation-raspberry-pi/#raspberry-pi-hardware-specific-components">Raspberry Pi hardware specific components</a>.</li>
<li>Z-Wave support can be installed by following the <a href="/getting-started/z-wave/">Getting started instructions for Z-Wave</a>.</li>
<li>Run <code class="highlighter-rouge">sudo raspi-config</code> to change the locale, timezone and keyboard layout.</li>
</ul>
<h3><a class="title-link" name="technical-details" href="#technical-details"></a> Technical Details</h3>
@ -145,6 +146,8 @@ 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>
<h4><a class="title-link" name="startstoprestart-home-assistant-on-hassbian" href="#startstoprestart-home-assistant-on-hassbian"></a> Start/Stop/Restart Home Assistant on HaSSbian</h4>
<p>Log in as the <code class="highlighter-rouge">pi</code> account account and execute the following commands:</p>