Added missing information about reload core service (#10923)

This commit is contained in:
Villhellm 2019-10-21 11:18:57 -07:00 committed by Franck Nijhof
parent 0102a45cb4
commit 98be2d5894

View File

@ -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.