From 857b6bdaa074496a0993e5ab3db87929d4999a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 23 Feb 2019 14:17:35 +0100 Subject: [PATCH] Change customize to core (customize) --- source/_docs/configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 6a462d03d43..2955704fbcf 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -36,7 +36,7 @@ If you run into trouble while configuring Home Assistant, have a look at the [co ## {% linkable_title Reloading changes %} 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. +You can load changes to [automations](/docs/automation/), [core (customize)](/docs/configuration/customizing-devices/), [groups](/components/group/), and [scripts](/components/script/) without restarting.

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