Add information on config check during restart (#14322)

The `homeassistant.restart` service also does a config check and creates a persistent notification on failure instead of restarting. Added those details to the service description.
This commit is contained in:
mdegat01 2020-08-26 14:59:13 -04:00 committed by GitHub
parent 6eda674e21
commit 55a91db040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,9 @@ Loads the main configuration file (`configuration.yaml`) and all linked files. O
### Service `homeassistant.restart`
Restarts the Home Assistant instance (also reloading the configuration on start).
Restarts the Home Assistant instance (also reloading the configuration on start).
This will also do a configuration check before doing a restart. If the configuration check fails then Home Assistant will not be restarted, instead a persistent notification with the ID `persistent_notification.homeassistant_check_config` will be created. The logs will show details on what failed the configuration check.
### Service `homeassistant.stop`