From b94d61c3bb3be473981b5e349024f7fff96190f4 Mon Sep 17 00:00:00 2001 From: Geoff Date: Tue, 4 Apr 2023 22:45:55 +1200 Subject: [PATCH] Update trigger.markdown (#26853) --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 517d840273d..86fe15d59db 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -5,7 +5,7 @@ description: "All the different ways how automations can be triggered." Triggers are what starts the processing of an automation rule. When _any_ of the automation's triggers becomes true (trigger _fires_), Home Assistant will validate the [conditions](/docs/automation/condition/), if any, and call the [action](/docs/automation/action/). -An automation can be triggered by an event, with a certain entity state, at a given time, and more. These can be specified directly or more flexible via templates. It is also possible to specify multiple triggers for one automation. +An automation can be triggered by an event, a certain entity state, at a given time, and more. These can be specified directly or more flexible via templates. It is also possible to specify multiple triggers for one automation. - [Trigger ID](#trigger-id) - [Trigger variables](#trigger-variables)