diff --git a/source/getting-started/onboarding.markdown b/source/getting-started/onboarding.markdown index 2c88007da72..48a17e6902f 100644 --- a/source/getting-started/onboarding.markdown +++ b/source/getting-started/onboarding.markdown @@ -5,18 +5,41 @@ description: "Instructions to get Home Assistant configured." Alright, you made it here. The tough part is done. -With Home Assistant installed, it's time to configure it. Here you will create the owner account of Home Assistant. This account will be an administrator and will always be able to change everything. Enter a name, username, password and select **create account**. +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. -![Set your username and password.](/images/getting-started/username.png) +![Home Assistant preparation](/images/getting-started/onboarding_preparing_01.png) -Next, you can enter a name for your home and set your location and unit system. Select **Detect** to find your location and set your time zone and unit system based on that location. If you'd rather not send your location, you can set these values manually. +To show the logs, select the blue pulsing circle. +![Home Assistant preparation](/images/getting-started/onboarding_preparing_show_logs.png) -![Set your location, time zone, and unit system.](/images/getting-started/location.png) +With Home Assistant installed, it's time to set up the basics. -Once you are done, click **Next**. In this screen, Home Assistant will show any {% term devices %} that 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. +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. + +1. Enter a name, username, and password. Select **Create account**. -![Discovery of devices on your network.](/images/getting-started/devices.png) + ![Set your username and password.](/images/getting-started/username.png) -Finally, click **Finish**. Now you're brought to the Home Assistant web interface. This screen will show all of your devices. +1. Enter a name for your home and define the location specific settings and the language of the user interface. + * To automatically populate these settings, select **Detect**. + * If you'd rather not send your location, you can set these values manually. + + ![Define your location specific settings.](/images/getting-started/onboarding_location.png) + +1. 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) + +1. 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) + +1. Finally, select **Finish**. + * Now you're brought to the Home Assistant web interface. This screen will show all of your devices. {% include getting-started/next_step.html step="Concepts & Terminologies" link="/getting-started/concepts-terminology/" %} diff --git a/source/images/getting-started/devices.png b/source/images/getting-started/devices.png deleted file mode 100644 index 4ba559107b8..00000000000 Binary files a/source/images/getting-started/devices.png and /dev/null differ diff --git a/source/images/getting-started/location.png b/source/images/getting-started/location.png deleted file mode 100644 index 0d8f5996c32..00000000000 Binary files a/source/images/getting-started/location.png and /dev/null differ diff --git a/source/images/getting-started/onboarding_devices.png b/source/images/getting-started/onboarding_devices.png new file mode 100644 index 00000000000..b6d4737188b Binary files /dev/null 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 new file mode 100644 index 00000000000..ebd995e3b70 Binary files /dev/null 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 new file mode 100644 index 00000000000..c7e50ce044e 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 new file mode 100644 index 00000000000..c78d0afb11b Binary files /dev/null and b/source/images/getting-started/onboarding_preparing_show_logs.png differ diff --git a/source/images/getting-started/onboarding_share_anonymized_info.png b/source/images/getting-started/onboarding_share_anonymized_info.png new file mode 100644 index 00000000000..e9e8a40f58f Binary files /dev/null and b/source/images/getting-started/onboarding_share_anonymized_info.png differ