From 7afb8ac51f10b2e3f681e1b02c15c809f70ea049 Mon Sep 17 00:00:00 2001 From: macooper Date: Tue, 21 Dec 2021 17:02:13 +0200 Subject: [PATCH] Add location of configuration.yaml for Home Assistant Operating System. (#20805) --- source/_docs/configuration.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index f0cb19467c5..8acc1ce6e11 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -15,6 +15,8 @@ If you prefer to use a file editor on your computer, use the {% my supervisor_ad _If you use Home Assistant Container, you can find `configuration.yaml` in the config folder that you mounted in your container._ +_If you use Home Assistant Operating System, you can find `configuration.yaml` in the `/config` folder of the installation._ + _If you use Home Assistant Core, you can find `configuration.yaml` in the config folder passed to the `hass` command (default is `~/.homeassistant`)._ ## Reloading changes