From 98ffa0421c1a199d12995e61ea0c682e1e287f31 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 12 Feb 2021 16:41:39 +0100 Subject: [PATCH] Getting Started follow up changes (#16516) Co-authored-by: Franck Nijhof --- source/_includes/installation/container.md | 4 ++ .../installation/operating_system.md | 12 ++++++ source/_includes/installation/supervised.md | 4 ++ source/installation/index.html | 37 +++++++++++++++++-- 4 files changed, 53 insertions(+), 4 deletions(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index 873533850b9..41756961bc8 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -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" %} {% endif %} +Once the Home Assistant Container is running Home Assistant should be accessible using `http://:8123` (replace 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 If you change the configuration you have to restart the server. To do that you have 3 options. diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 81e306b4bc8..2fb9d251345 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -171,10 +171,22 @@ _All these can be extended if your usage calls for more resources._ {% endif %} {% 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 homeassistant.local:8123. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at homeassistant:8123 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 %} +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 [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 diff --git a/source/_includes/installation/supervised.md b/source/_includes/installation/supervised.md index f255342cbe9..cf23481752d 100644 --- a/source/_includes/installation/supervised.md +++ b/source/_includes/installation/supervised.md @@ -10,3 +10,7 @@ Unless you really need this installation type, you should install Home Assistant 1. First make sure you understand the requirements. 2. Then head over to home-assistant/supervised-installer 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/" %} \ No newline at end of file diff --git a/source/installation/index.html b/source/installation/index.html index 1f0f9ec4007..d4582f13cd0 100644 --- a/source/installation/index.html +++ b/source/installation/index.html @@ -6,6 +6,35 @@ show_title: true toc: true --- + +
+

+ Home Assistant offers four different installation methods. We recommend one of the following two: +

+
    +
  • Home Assistant Operating System: Minimal Operating System optimized to power Home Assistant. + Comes with Supervisor to manage Home Assistant Core and add-ons pre-installed. Recommended installation type.
  • +
  • Home Assistant Container: Standalone container-based installation of Home Assistant Core (e.g. Docker).
  • +
+

In addition there are two installation methods available for experienced users:

+
    +
  • Home Assistant Supervised: Manual installation of the Supervisor.
  • +
  • Home Assistant Core: Manual installation using a Python virtual environment.
  • +
+

+ The list below shows which installation method is available on what device or platform. +

+

+ We recommend a dedicated system to run Home Assistant. If you are unsure what to choose, using a + Raspberry Pi and the Home Assistant Operating System is a good start. +

+ +

+ If you are using the Home Assistant Blue, the Home Assistant Operating System is + already preinstalled. You can skip this installation step. +

+
+

ODROID

@@ -98,7 +127,7 @@ toc: true
Windows
    -
  • Home Assistant Operating System
  • +
  • Home Assistant Operating System (VM)
  • Home Assistant Core
@@ -117,7 +146,7 @@ toc: true
macOS
    -
  • Home Assistant Operating System
  • +
  • Home Assistant Operating System (VM)
  • Home Assistant Core
@@ -136,7 +165,7 @@ toc: true
Linux
    -
  • Home Assistant Operating System
  • +
  • Home Assistant Operating System (VM)
  • Home Assistant Container
  • Home Assistant Core
  • Home Assistant Supervised
  • @@ -203,4 +232,4 @@ toc: true -{% include getting-started/next_step.html step="onboarding" link="/getting-started/onboarding" %} \ No newline at end of file +{% include getting-started/next_step.html step="onboarding" link="/getting-started/onboarding" %}