From 15143d9b676dc3cb25f97e69d723dc7afa52d4a9 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Fri, 2 Mar 2018 15:40:44 +0000 Subject: [PATCH] Fixing broken link The link was missing the leading / --- source/_docs/configuration/events.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 7d4be04c87f..ff0bcd35140 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -18,7 +18,7 @@ Home Assistant contains a few built-in events that are used to coordinate betwee Event `homeassistant_start` is fired when all components from the configuration have been intitialized. This is the event that will start the timer firing off `time_changed` events.

- Starting 0.42, it is no longer possible to listen for event `homeassistant_start`. Use the 'homeassistant' [platform](docs/automation/trigger) instead. + Starting 0.42, it is no longer possible to listen for event `homeassistant_start`. Use the 'homeassistant' [platform](/docs/automation/trigger) instead.

### {% linkable_title Event `homeassistant_stop` %}