diff --git a/source/getting-started/onboarding.markdown b/source/getting-started/onboarding.markdown index be295c3514f..fea4f457b9b 100644 --- a/source/getting-started/onboarding.markdown +++ b/source/getting-started/onboarding.markdown @@ -5,22 +5,21 @@ description: "Instructions to get Home Assistant configured." Alright, you made it here. The tough part is done. -After entering the Home Assistant device's address in your browser's address bar, the preparation screen is shown. Depending on your hardware, preparation may take a while. +After entering the Home Assistant device's address in your browser's address bar, the welcome screen is shown. Depending on your hardware, preparation may take a while. -![Home Assistant preparation](/images/getting-started/onboarding_preparing_01.png) - -To show the logs, select the blue pulsing circle. -![Home Assistant preparation](/images/getting-started/onboarding_preparing_show_logs.png) +![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 account of Home Assistant. This account is an administrator account. It will always be able to change everything. +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. -1. Enter a name, username, and password. Select **Create account**. +1. If this is your initial installation, select **Create my smart home**. + - If you want to restore from a backup of a previous installation, select **Restore from backup**. + - The following steps describe how to create a new installation, not how to restore from backup. +2. Enter a name, username, and password. Select **Create account**. ![Set your username and password.](/images/getting-started/username.png) -2. Enter a name for your home. 3. Enter the location of your home. - The location is used to populate settings such as time zone, unit system, and currency. - It is also used for location-based information and automations: for example showing the weather-forecast, opening the shades at sunrise, or starting the vacuum when you leave the home. @@ -28,26 +27,21 @@ In this step, you will create the owner account of Home Assistant. This account - You can always change this information later in the settings. ![Define your location.](/images/getting-started/onboarding_location.png) - -4. Check if the location based information is correct and change if necessary. - - You can always change this information later in the settings. - ![Define your location specific settings.](/images/getting-started/location_based_settings.png) - -5. Select which information you are willing to share. +4. Select which information you are willing to share. - Sharing is disabled by default. However, we would like to encourage you to share some of this data. - This information helps us to find out which platforms we need to support and where to focus our efforts. - The data is anonymized and aggregated. To see the charts we generate out of this data, take a look at our [analytics page](https://analytics.home-assistant.io/). ![Share anonymized data](/images/getting-started/onboarding_share_anonymized_info.png) -6. Once you are done, select **Next**. +5. Once you are done, select **Next**. - Home Assistant will then show any {% term devices %} it has discovered on your network. - Don't be alarmed if you see fewer items than shown below; you can always manually add devices later. ![Discovery of devices on your network.](/images/getting-started/onboarding_devices.png) -7. Finally, select **Finish**. - - Now you're brought to the Home Assistant web interface. This screen will show all of your devices. +6. Finally, select **Finish**. + - Now you're brought to the Home Assistant web interface. If some of your devices were discovered and setup automatically, this default dashboard may already show some of your devices. {% include getting-started/next_step.html step="Concepts & Terminology" link="/getting-started/concepts-terminology/" %} diff --git a/source/images/getting-started/location_based_settings.png b/source/images/getting-started/location_based_settings.png deleted file mode 100644 index b7ac42c524d..00000000000 Binary files a/source/images/getting-started/location_based_settings.png and /dev/null differ diff --git a/source/images/getting-started/onboarding_devices.png b/source/images/getting-started/onboarding_devices.png index b6d4737188b..4b8669b9e94 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_location.png b/source/images/getting-started/onboarding_location.png index aaddfe7a430..6356e61a846 100644 Binary files a/source/images/getting-started/onboarding_location.png and b/source/images/getting-started/onboarding_location.png differ diff --git a/source/images/getting-started/onboarding_preparing_01.png b/source/images/getting-started/onboarding_preparing_01.png deleted file mode 100644 index f42b6b2d505..00000000000 Binary files a/source/images/getting-started/onboarding_preparing_01.png and /dev/null 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..43094952abd Binary files /dev/null and b/source/images/getting-started/onboarding_preparing_01_.png differ diff --git a/source/images/getting-started/onboarding_preparing_show_logs.png b/source/images/getting-started/onboarding_preparing_show_logs.png deleted file mode 100644 index c78d0afb11b..00000000000 Binary files a/source/images/getting-started/onboarding_preparing_show_logs.png and /dev/null differ diff --git a/source/images/getting-started/onboarding_share_anonymized_info.png b/source/images/getting-started/onboarding_share_anonymized_info.png index e9e8a40f58f..22aecd50852 100644 Binary files a/source/images/getting-started/onboarding_share_anonymized_info.png and b/source/images/getting-started/onboarding_share_anonymized_info.png differ diff --git a/source/images/getting-started/username.png b/source/images/getting-started/username.png index 2f06ff8d104..45f069d30d7 100644 Binary files a/source/images/getting-started/username.png and b/source/images/getting-started/username.png differ