mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
6eda674e21
commit
55a91db040
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user