c0ffeeca7 26cbc2e275
Zone integration: update to reflect current SW (#34103)
* 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>
2024-08-06 12:12:47 +02:00

4.0 KiB
Raw Blame History

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.

  1. 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.

    Home Assistant preparation

  2. 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.

    Set your username and password.

  3. 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.

    Define your location.

  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 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. Share anonymized data
  5. Check out the {% term devices %} Home Assistant has discovered on your network.

    • Don't be alarmed if you see fewer items than shown below; you can always manually add devices later.
    • Select Finish. Discovery of devices on your network.
  6. {% icon "mdi:party-popper" %} Youve 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/" %}