From 55a91db0406bc6ffc18e2adba071b4c063d13739 Mon Sep 17 00:00:00 2001 From: mdegat01 Date: Wed, 26 Aug 2020 14:59:13 -0400 Subject: [PATCH] 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. --- source/_integrations/homeassistant.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index 94fe5ba02a0f..0f82403e0704 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -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`