From d56c0ba90beb83b9e1cc6350716adc9eda6c7666 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 22 Sep 2018 19:08:47 +0100 Subject: [PATCH] Highlighting need to config check (#6338) Highlighting the need to run a config check --- source/_docs/configuration.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 2e57862c030..fb4193f7265 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -36,7 +36,9 @@ If you run into trouble while configuring Home Assistant, have a look at the [co 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 if you're not using [packages](/docs/configuration/packages/). -If you've made any changes, remember to check your configuration before trying to reload or restart. +

+If you've made any changes, remember to [check your configuration](https://www.home-assistant.io/docs/configuration/troubleshooting/#problems-with-the-configuration) before trying to reload or restart. +

## {% linkable_title Migrating to a new system %}