mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Getting Started follow up changes (#16516)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
e0e4f60428
commit
98ffa0421c
@ -30,6 +30,10 @@ Installation with Docker is straightforward. Adjust the following command so tha
|
|||||||
{% include installation/container/cli.md image="homeassistant/home-assistant:stable" %}
|
{% include installation/container/cli.md image="homeassistant/home-assistant:stable" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Once the Home Assistant Container is running Home Assistant should be accessible using `http://<host>:8123` (replace <host> with the hostname or IP of the system). You can continue with onboarding.
|
||||||
|
|
||||||
|
{% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %}
|
||||||
|
|
||||||
### Restart Home Assistant
|
### Restart Home Assistant
|
||||||
|
|
||||||
If you change the configuration you have to restart the server. To do that you have 3 options.
|
If you change the configuration you have to restart the server. To do that you have 3 options.
|
||||||
|
@ -171,10 +171,22 @@ _All these can be extended if your usage calls for more resources._
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endtabbed_block %}
|
{% endtabbed_block %}
|
||||||
|
|
||||||
|
### Start up your Virtual Machine
|
||||||
|
|
||||||
|
1. Start the Virtual Machine
|
||||||
|
2. Observe the boot process of Home Assistant Operating System
|
||||||
|
3. Once completed you will be able to reach Home Assistant on <a href="http://homeassistant.local:8123" target="_blank">homeassistant.local:8123</a>. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at <a href="http://homeassistant:8123" target="_blank">homeassistant:8123</a> or `http://X.X.X.X:8123` (replace X.X.X.X with your {{site.installation.types[page.installation_type].board}}’s IP address).
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
With the Home Assistant Operating System installed and accessible you can continue with onboarding.
|
||||||
|
|
||||||
|
{% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %}
|
||||||
|
|
||||||
|
|
||||||
[intel-nuc]: {{release_url}}/{{site.installation.versions.os}}/hassos_intel-nuc-{{site.installation.versions.os}}.img.xz
|
[intel-nuc]: {{release_url}}/{{site.installation.versions.os}}/hassos_intel-nuc-{{site.installation.versions.os}}.img.xz
|
||||||
[vmdk]: {{release_url}}/{{site.installation.versions.os}}/hassos_ova-{{site.installation.versions.os}}.vmdk.xz
|
[vmdk]: {{release_url}}/{{site.installation.versions.os}}/hassos_ova-{{site.installation.versions.os}}.vmdk.xz
|
||||||
[vhdx]: {{release_url}}/{{site.installation.versions.os}}/hassos_ova-{{site.installation.versions.os}}.vhdx.xz
|
[vhdx]: {{release_url}}/{{site.installation.versions.os}}/hassos_ova-{{site.installation.versions.os}}.vhdx.xz
|
||||||
|
@ -10,3 +10,7 @@ Unless you really need this installation type, you should install Home Assistant
|
|||||||
|
|
||||||
1. First make sure you understand the <a href="https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md" target="_blank">requirements</a>.
|
1. First make sure you understand the <a href="https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md" target="_blank">requirements</a>.
|
||||||
2. Then head over to <a href="https://github.com/home-assistant/supervised-installer" target="_blank">home-assistant/supervised-installer</a> to set it up.
|
2. Then head over to <a href="https://github.com/home-assistant/supervised-installer" target="_blank">home-assistant/supervised-installer</a> to set it up.
|
||||||
|
|
||||||
|
Once the Home Assistant Supervised installation is running and Home Assistant accessible you can continue with onboarding.
|
||||||
|
|
||||||
|
{% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %}
|
@ -6,6 +6,35 @@ show_title: true
|
|||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
<div class="intro">
|
||||||
|
<p>
|
||||||
|
Home Assistant offers four different installation methods. We recommend one of the following two:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li><b>Home Assistant Operating System</b>: Minimal Operating System optimized to power Home Assistant.
|
||||||
|
Comes with Supervisor to manage Home Assistant Core and add-ons pre-installed. Recommended installation type.</li>
|
||||||
|
<li><b>Home Assistant Container</b>: Standalone container-based installation of Home Assistant Core (e.g. Docker).</li>
|
||||||
|
</ul>
|
||||||
|
<p>In addition there are two installation methods available for experienced users:</p>
|
||||||
|
<ul>
|
||||||
|
<li><b>Home Assistant Supervised</b>: Manual installation of the Supervisor.</li>
|
||||||
|
<li><b>Home Assistant Core</b>: Manual installation using a Python virtual environment.</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
The list below shows which installation method is available on what device or platform.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
We recommend a dedicated system to run Home Assistant. If you are unsure what to choose, using a
|
||||||
|
<b>Raspberry Pi</b> and the <b>Home Assistant Operating System</b> is a good start.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If you are using the <a href="/blue">Home Assistant Blue</a>, the Home Assistant Operating System is
|
||||||
|
already preinstalled. You can skip this installation step.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="installations">
|
<div class="installations">
|
||||||
|
|
||||||
<h2>ODROID</h2>
|
<h2>ODROID</h2>
|
||||||
@ -98,7 +127,7 @@ toc: true
|
|||||||
<div>
|
<div>
|
||||||
<b>Windows</b>
|
<b>Windows</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Home Assistant Operating System</li>
|
<li>Home Assistant Operating System (VM)</li>
|
||||||
<li>Home Assistant Core</li>
|
<li>Home Assistant Core</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -117,7 +146,7 @@ toc: true
|
|||||||
<div>
|
<div>
|
||||||
<b>macOS</b>
|
<b>macOS</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Home Assistant Operating System</li>
|
<li>Home Assistant Operating System (VM)</li>
|
||||||
<li>Home Assistant Core</li>
|
<li>Home Assistant Core</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -136,7 +165,7 @@ toc: true
|
|||||||
<div>
|
<div>
|
||||||
<b>Linux</b>
|
<b>Linux</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Home Assistant Operating System</li>
|
<li>Home Assistant Operating System (VM)</li>
|
||||||
<li>Home Assistant Container</li>
|
<li>Home Assistant Container</li>
|
||||||
<li>Home Assistant Core</li>
|
<li>Home Assistant Core</li>
|
||||||
<li>Home Assistant Supervised</li>
|
<li>Home Assistant Supervised</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user