From 98be2d58941bd518a6b5aa597d8358d83235c1b9 Mon Sep 17 00:00:00 2001 From: Villhellm Date: Mon, 21 Oct 2019 11:18:57 -0700 Subject: [PATCH] Added missing information about reload core service (#10923) --- source/_docs/configuration/basic.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 3cfa87fc8a1..0e16aa27714 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -63,3 +63,7 @@ whitelist_external_dirs: required: false type: list {% endconfiguration %} + +### Reload Core Service + +Home Assistant offers a service to reload the core configuration while Home Assistant is running called `homeassistant.reload_core_config`. This allows you to change any of the above sections and see it being applied without having to restart Home Assistant. To call this service, go to the "Service" tab under Developer Tools, select the `homeassistant.reload_core_config` service and click the "CALL SERVICE" button. Alternatively, you can press the "Reload Core" button under Configuration > Server Control.