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.
This commit is contained in:
ronsum232 2020-11-03 07:00:36 -04:00 committed by GitHub
parent 65b578c231
commit edd7b3a4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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