From edd7b3a4c391479b2f3ad6bf612b1598f74abc34 Mon Sep 17 00:00:00 2001 From: ronsum232 <49624451+ronsum232@users.noreply.github.com> Date: Tue, 3 Nov 2020 07:00:36 -0400 Subject: [PATCH] Description of homeassistant.reload_core_config (#15518) I found the previous description of the homeassistant.reload_core_config service to be misleading. The entire configuration.yaml isn't reloaded. p.s. first attempt at a docs PR. --- source/_integrations/homeassistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index 8a026e4dfda..253212eeef6 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -22,7 +22,7 @@ Reads the configuration files and checks them for correctness, but **does not** ### Service `homeassistant.reload_core_config` -Loads the main configuration file (`configuration.yaml`) and all linked files. Once loaded the new configuration is applied. +Reloads the core configuration under `homeassistant:` and all linked files. Once loaded the new configuration is applied. New `customize:` information will be applied the next time the state of the entity gets updated. ### Service `homeassistant.restart`