Streamline getting started installation (#1968)
This commit is contained in:
parent
b8d1ec99fc
commit
de374b280d
17 changed files with 824 additions and 400 deletions
|
@ -7,17 +7,21 @@
|
|||
<li>
|
||||
{% active_link /getting-started/ Installation %}
|
||||
<ul>
|
||||
<li>{% active_link /getting-started/installation-raspberry-pi/ Raspberry Pi %}</li>
|
||||
<li>{% active_link /getting-started/installation-raspberry-pi-all-in-one/ Raspberry Pi All-In-One Installer %}</li>
|
||||
<li>{% active_link /getting-started/installation-raspberry-pi-image/ Raspberry Pi Image %}</li>
|
||||
<li>{% active_link /getting-started/installation-docker/ Docker %}</li>
|
||||
<li>{% active_link /getting-started/installation-vagrant/ Vagrant %}</li>
|
||||
<li>{% active_link /getting-started/installation-synology/ Synology NAS %}</li>
|
||||
<li>{% active_link /getting-started/installation-virtualenv/ Virtualenv Linux %}</li>
|
||||
<li>{% active_link /getting-started/installation-python/ Python %}</li>
|
||||
<li>{% active_link /getting-started/updating/ Updating %}</li>
|
||||
<li>{% active_link /getting-started/troubleshooting/ Troubleshooting %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
{% active_link /getting-started/hassbian/ Hassbian %}
|
||||
<ul>
|
||||
<li>{% active_link /getting-started/hassbian-installation/ Installation %}</li>
|
||||
<li>{% active_link /getting-started/hassbian-customization/ Customization %}</li>
|
||||
<li>{% active_link /getting-started/hassbian-common-tasks/ Common tasks %}</li>
|
||||
<li>{% active_link /getting-started/hassbian-integrations/ Integrations %}</li>
|
||||
<li>{% active_link /getting-started/hassbian-upgrading/ Upgrading %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
{% active_link /getting-started/configuration/ Configuration %}
|
||||
<ul>
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<h1>Awaken your home</h1>
|
||||
<p class="lead">
|
||||
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.
|
||||
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Perfect to run on a Raspberry Pi.
|
||||
</p>
|
||||
<code class='front-install'>
|
||||
<div>pip3 install homeassistant</div>
|
||||
<div>hass --open-ui</div>
|
||||
</code>
|
||||
|
||||
<p class='hero-buttons'>
|
||||
<a href='{{ root_url }}/getting-started/'>Get started</a>
|
||||
<a href='{{ root_url }}/demo/' target='_blank'>View demo</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue