From a13f9719a6b7c29f5d669f9834ab121cffded8ec Mon Sep 17 00:00:00 2001 From: Jeppe Ladefoged <26121019+ladefoged81@users.noreply.github.com> Date: Thu, 4 Oct 2018 17:11:02 +0200 Subject: [PATCH] Update to match current version (#6499) Updated to match current version of HA where it's possible to reload scripts, automations etc. without restarting. --- source/getting-started/use.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/getting-started/use.markdown b/source/getting-started/use.markdown index 1b6da436ab7..941d78e02df 100644 --- a/source/getting-started/use.markdown +++ b/source/getting-started/use.markdown @@ -11,7 +11,9 @@ footer: true If you are using Hassbian, browse to [http://hassbian.local:8123](http://hassbian.local:8123) to open the Home Assistant frontend. -To reload your configuration, go to **Configuration** in your side panel, and choose "CHECK CONFIG" and "RELOAD CORE": +To reload your configuration, go to **Configuration** in your side panel and choose "CHECK CONFIG". + +You will have to restart Home Assistant for most changes to `configuration.yaml` to take effect. You can load changes to [automations](/docs/automation/), [customize](/docs/configuration/customizing-devices/), [groups](/components/group/), and [scripts](/components/script/) without restarting.