c0ffeeca7 b57e27e1d8
General settings: add screenshots, make procedural (#32371)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2024-04-23 22:35:00 +02:00

2.5 KiB

title, description, related
title description related
Setup basic information Setting up the basic info of Home Assistant.
docs
/integrations/homeassistant/
docs
/docs/configuration/

As part of the default onboarding process, Home Assistant can detect your location from IP address geolocation. Home Assistant will automatically select a unit system and time zone based on this location. If you didn't adjust this directly during onboarding, you can do it later.

Screenshot showing General settings page Screenshot showing the General settings page.

Editing the general settings

To change the general settings that were defined during onboarding, follow these steps:

  1. Go to {% my general title="Settings > System > General" %} and make your changes.

  2. To change network-related configuration, such as the network name, go to {% my network title="Settings > System > Network" %}.

  3. If some of the settings are not visible, you may need to enable Advanced mode.

    • In the bottom left, select your user name to go to your {% my profile title="User profile" %}, and enable Advanced mode.
  4. Troubleshooting: If any of the settings are grayed out and can't be edited, this is because they are defined in the configuration.yaml file.

    Setting fields are grayed out because the configuration settings stored in configuration.yaml file

Reload core service

Home Assistant offers a service to reload the core configuration while Home Assistant is running called {% my developer_call_service service="homeassistant.reload_core_config" %}. This allows you to change any of the above sections and see it being applied without having to restart Home Assistant. To call this service, go to the "{% my developer_services %}" tab under {% my developer_services title="Developer Tools" %}, select the {% my developer_call_service service="homeassistant.reload_core_config" %} service and click the "CALL SERVICE" button. Alternatively, you can press the "Location & Customizations" button under {% my server_controls title="Developer Tools > YAML" %}.