Clarify that overriding Home in UI is not supported (#19354)

This commit is contained in:
Chris Browet 2021-09-16 18:20:20 +02:00 committed by GitHub
parent b33841ffbf
commit f966910edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ To find the latitude/longitude of a certain place you can use [Google Maps](http
## Home zone
If no configuration is given, the `zone` integration will create a zone for home. This zone will use location provided in the `configuration.yaml` file and have a radius of 100 meters. To override this, create a zone configuration and name it **'Home'**.
If no configuration is given, the `zone` integration will create a zone for home. This zone will use location provided in the `configuration.yaml` file and have a radius of 100 meters. To override this, create a zone configuration in `configuration.yaml` (see above) and name it **'Home'**. Overriding the Home zone via the UI is not supported.
<div class='note'>