mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 09:17:35 +00:00

* Zone integration: update to refelct current SW - zone can now be fully configured via UI - add step-by-step instructions - remove section 'Home zone', it is no longer accurate - as there is now always a home zone setup directly during onboarding * Add step to edit existing zone * Add imaage title * Add related topics * Revert removal of Home Zone section * Update source/_integrations/zone.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update description of home zone * Onboarding location: add home zone * Apply suggestions from code review Co-authored-by: Franck Nijhof <git@frenck.dev> * Update source/getting-started/onboarding.markdown * Remove steps on editing the home zone from the general settings * if defined in YAML, cannot be edited in the UI * Rephrase * Rephrase * Fix indent * rephrase * rephrase * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Apply suggestions from code review * Make intro less technical * Rephrase * Remove examples from intro * Rephrase * Add ref to presence detection * expand intro * Thanks, coderabbitai --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Stefan Agner <stefan@agner.ch>
4.0 KiB
4.0 KiB
title | description |
---|---|
Onboarding Home Assistant | Instructions to get Home Assistant configured. |
After Home Assistant has been installed on your device, there are 5 steps to complete setting up Home Assistant.
-
Enter the following URL into the browser's address bar: http://homeassistant.local:8123/.
- Result: You now see the Preparing Home Assistant page. Depending on your hardware and internet connection, preparation may take a while.
- Home Assistant downloads the latest version of {% term "Home Assistant Core" %} (about 700 MB).
- If you ran into issues with this step, refer to the installation troubleshooting.
- Once preparation is finished, the welcome screen is shown.
- Result: You now see the Preparing Home Assistant page. Depending on your hardware and internet connection, preparation may take a while.
-
You can either create a new installation or recover an existing installation from a backup:
- Option 1: new installation: If this is your initial installation, we will now create the owner's account of Home Assistant.
- {% icon "mdi:information-outline" %} This account is an administrator account. It will always be able to change everything.
- Select Create my smart home.
- Enter a name, username, and password.
- Make sure the username is lowercase and contains no whitespace.
- Store the name, username, and password somewhere safe. There is no way to recover the owner credentials.
- Select Create account.
- Option 2: restore from backup: If you want to restore a backup of a previous installation, select Restore from backup.
- Ignore the rest of this procedure and continue with the procedure on restoring from backup.
- If you have a Home Assistant Yellow, start with the Yellow documentation on restoring from backup.
- If you have a Home Assistant Green, start with the Green documentation on restoring from backup.
- Ignore the rest of this procedure and continue with the procedure on restoring from backup.
- Option 1: new installation: If this is your initial installation, we will now create the owner's account of Home Assistant.
-
Enter the location of your home.
- The home location is used to configure the time zone, unit system, and currency.
- It is also used to create the home zone, which designates the area of your home with a default radius of 100 m.
- You can always change this information later in the settings.
- This home zone can be used for automations such as showing the weather, opening the shades at sunrise, or starting the vacuum when you leave the home.
- After finding your location, select Next.
-
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 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.
- To confirm, select Next.
-
Check out the {% term devices %} Home Assistant has discovered on your network.
-
{% icon "mdi:party-popper" %} You’ve now got Home Assistant up and running.
- You now see the default dashboard.
- If some of your devices were discovered and set up automatically, this shows those devices.
{% include getting-started/next_step.html step="Concepts & Terminology" link="/getting-started/concepts-terminology/" %}