diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index 94fe5ba02a0..0f82403e070 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`