mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
65b578c231
commit
edd7b3a4c3
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user