From edd73f266815a24455e6cc7dafd9183090889fe5 Mon Sep 17 00:00:00 2001 From: Villhellm Date: Fri, 22 May 2020 17:41:48 -0700 Subject: [PATCH] Note about UI editable options (#13554) --- source/_docs/configuration/basic.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 53ab503c5d0..39cdebf95ee 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -23,6 +23,8 @@ homeassistant: - /tmp ``` +NOTE: You will not be able to edit anything in Configuration -> General in the UI if you are using YAML configuration for any of the following: name, latitude, longitute, elevation, unit_system, temperature_unit, time_zone, external_url, internal_url. + {% configuration %} name: description: Name of the location where Home Assistant is running.