In 2024.7, you can now edit your home radius via the UI.
To access this ability, your general settings must be fully controlled by the UI. This means you cannot have the following keys in your configuration.yaml file’s homeassistant
section:
name
time_zone
elevation
currency
country
latitude
longitude
language
interal_url
exterrnal_url
To enable UI management, remove the above keys from the homeassistant section and restart home assistant.
Here’s an example confing that contains the keys:
homeassitant:
name: ...
time_zone: ...
elevation: ...
currency: ...
country: ...
latitude: ...
longitude: ...
language: ...
interal_url: ...
exterrnal_url: ...
All of these keys can be managed by the UI, make sure to take a screenshot (or copy the information) so that you can add it via the UI.
2 posts - 1 participant