From f68f6db8434d65d436e30d4f13d75d02000b388e Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 26 Jan 2019 09:55:31 +0000 Subject: [PATCH] Updating example, adding link (#8290) Updated the example in the multiple triggers section to be valid. Added link from the top of the page. --- source/_docs/automation/trigger.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 6a084964d8c..33f3a34c6ec 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -10,7 +10,7 @@ footer: true redirect_from: /getting-started/automation-trigger/ --- -Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule - when _any_ of the triggers becomes true then the automation will start. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action. +Triggers are what starts the processing of an automation rule. It is possible to specify [multiple triggers](/docs/automation/trigger/#multiple-triggers) for the same rule - when _any_ of the triggers becomes true then the automation will start. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action. ### {% linkable_title Event trigger %} @@ -261,9 +261,8 @@ When your want your automation rule to have multiple triggers, just prefix the f automation: trigger: # first trigger - - platform: time + - platform: time_pattern minutes: 5 - seconds: 00 # our second trigger is the sunset - platform: sun event: sunset