Site updated at 2018-02-15 21:41:52 UTC

This commit is contained in:
Travis CI 2018-02-15 21:41:53 +00:00
parent 74121d2541
commit a71dfbbef1
181 changed files with 794 additions and 185 deletions

View file

@ -77,6 +77,7 @@
<hr class="divider">
<p>Home Assistant is a Python program, in simple words. It can be run various operating system and provide the ability to track, control and automate your devices. When people talking about Home Assistant they usually refer to a standalone <a href="/docs/installation/">installation method</a>.</p>
<p><a href="/hassio/">Hass.io</a> is a combination of Home Assistant and tools which allows one to run it easily on a Raspberry Pi and other platforms without setting up an operating system first. Hass.io is an all-in one-solution and has a management user interface that can be used from the Home Assistant frontend. This interface is not present in a standalone setup of Home Assistant.</p>
<p>Be aware that add-ons are only available in Hass.io, due to the way Hass.io is installed.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

View file

@ -96,6 +96,7 @@
<h3><a class="title-link" name="home-assistant-vs-hassio" href="#home-assistant-vs-hassio"></a> Home Assistant vs. Hass.io</h3>
<p>Home Assistant is a Python program, in simple words. It can be run various operating system and provide the ability to track, control and automate your devices. When people talking about Home Assistant they usually refer to a standalone <a href="/docs/installation/">installation method</a>.</p>
<p><a href="/hassio/">Hass.io</a> is a combination of Home Assistant and tools which allows one to run it easily on a Raspberry Pi and other platforms without setting up an operating system first. Hass.io is an all-in one-solution and has a management user interface that can be used from the Home Assistant frontend. This interface is not present in a standalone setup of Home Assistant.</p>
<p>Be aware that add-ons are only available in Hass.io, due to the way Hass.io is installed.</p>
<h3><a class="title-link" name="no-module-named-pip" href="#no-module-named-pip"></a> No module named pip</h3>
<p><a href="https://pip.pypa.io/en/stable/">Pip</a> should come bundled with the latest Python 3 but is omitted by some distributions. If you are unable to run <code class="highlighter-rouge">python3 -m pip --version</code> you can install <code class="highlighter-rouge">pip</code> by <a href="https://bootstrap.pypa.io/get-pip.py">downloading the installer</a> and running it with Python 3:</p>
<div class="language-bash highlighter-rouge">