Site updated at 2016-09-27 19:37:51 UTC

This commit is contained in:
Travis CI 2016-09-27 19:37:51 +00:00
parent e991f633c0
commit b15409c94b
23 changed files with 40 additions and 36 deletions

View file

@ -178,6 +178,10 @@
Dont check the USB box regardless of using a USB based device.
</p>
<h3><a class="title-link" name="using-the-gpios" href="#using-the-gpios"></a> Using the GPIOs</h3>
<p>Please note that if you are using any components for Home Assistant that would use the GPIOs on the RPI, you will need to grant the default AiO user <code class="highlighter-rouge">hass</code> access to the GPIOs. Run the following command <code class="highlighter-rouge">sudo adduser hass gpio</code> while in a terminal session on your Pi. This is a one time configuration change to allow All In One Installer based Home Assistant access to the GPIOs.</p>
<h3><a class="title-link" name="winscp" href="#winscp"></a> WinSCP</h3>
<p>If you are Windows users who is using <a href="https://winscp.net/">WinSCP</a>, please note that after running the installer, you will need to modify settings allowing you to “switch users” to edit your configuration files. The needed change within WinSCP is: <strong>Environment</strong> -&gt; <strong>SCP/Shell</strong> -&gt; <strong>Shell</strong> and set it to <code class="highlighter-rouge">sudo su -</code>.</p>