diff --git a/source/getting-started/onboarding.markdown b/source/getting-started/onboarding.markdown index 29922ab147b..24051d20fe7 100644 --- a/source/getting-started/onboarding.markdown +++ b/source/getting-started/onboarding.markdown @@ -6,16 +6,21 @@ description: "Instructions to get Home Assistant configured." Alright, you made it here. The tough part is done. - As the last step of the [installation procedure](/installation/) specific to your device, you entered the Home Assistant device's address in your browser's address bar. - - Typically, this is `http://homeassistant.local:8123/` + - Typically, this is `http://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 device's IP address). - **Result**: You now see the welcome screen. Depending on your hardware, preparation may take a while. ![Home Assistant preparation](/images/getting-started/onboarding_preparing_01_.png) + - Depending on the preinstalled software version, you might see a slightly different version of the welcome screen. + - To view the log files, select the pulsing blue dot. + + ![Home Assistant preparation](/images/getting-started/onboarding_preparing_01.png) + With Home Assistant installed, it's time to set up the basics. -In this step, you will create the owner's account of Home Assistant. This account is an administrator account. It will always be able to change everything. +We will now create the owner's account of Home Assistant. This account is an administrator account. It will always be able to change everything. 1. If you want to restore from a backup of a previous installation, select **Restore from backup**. - Continue with the procedure on [restoring from backup](/common-tasks/os/#restoring-a-backup). diff --git a/source/images/getting-started/onboarding_devices.png b/source/images/getting-started/onboarding_devices.png index 4b8669b9e94..65dde926d89 100644 Binary files a/source/images/getting-started/onboarding_devices.png and b/source/images/getting-started/onboarding_devices.png differ diff --git a/source/images/getting-started/onboarding_preparing_01.png b/source/images/getting-started/onboarding_preparing_01.png new file mode 100644 index 00000000000..f42b6b2d505 Binary files /dev/null and b/source/images/getting-started/onboarding_preparing_01.png differ