From 2986898c6447349b1769f6fa638c308d5e5b224c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 20 Jun 2017 00:28:55 -0700 Subject: [PATCH] Update events.markdown --- source/_docs/configuration/events.markdown | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 29ed4da9173..5219757d73f 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -14,15 +14,8 @@ The core of Home Assistant is the event bus. The event bus allows any component Home Assistant contains a few built-in events that are used to coordinate between various components. -### {% linkable_title Event `homeassistant_start` %} - DEPRECATED -Event `homeassistant_start` was fired when all components from the configuration had been intitialized. This was the event that started the timer firing off `time_changed` events. - -Similar functionality can now be achieved using: -```yaml -trigger: - platform:homeassistant - event:start -``` +### {% linkable_title Event `homeassistant_start` %} +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. ### {% linkable_title Event `homeassistant_stop` %} Event `homeassistant_stop` is fired when Home Assistant is shutting down. It should be used to close any open connection or release any resources.