From b357d6bde32f9cebae2181875d2c5f2ab6410784 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sat, 19 Jan 2019 18:58:40 +0100 Subject: [PATCH] Remove outdated docs (#8215) It's supported since 0.84 --- source/_docs/configuration.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 5d70b357c0d..6a462d03d43 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -35,7 +35,8 @@ 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 if you're not using [packages](/docs/configuration/packages/). +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've made any changes, remember to [check your configuration](/docs/configuration/troubleshooting/#problems-with-the-configuration) before trying to reload or restart.