From bf2ba2590b94ed87067976621f79d84dcf6da7bf Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:05:25 +0100 Subject: [PATCH] Getting started, concepts: add missing word (#31681) - implements feedback from #31679 --- source/getting-started/concepts-terminology.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index 0efb230a20c..9ee8e81dc4e 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -37,7 +37,7 @@ Devices and entities are used throughout Home Assistant. To name a few examples: A set of repeatable {% term actions %} that can be set up to run automatically. Automations are made of three key components: 1. Triggers - events that start an {% term automation %}. For example, when the sun sets or a motion sensor is activated. -2. Conditions - optional tests that must be met an {% term action %} can be run. For example, if someone is home. +2. Conditions - optional tests that must be met before an {% term action %} can be run. For example, if someone is home. 3. Actions - interact with {% term devices %} such as turn on a light. To learn the basics about {% term automations %}, refer to the [automation basics](/docs/automation/basics/) page or try [creating an automation](/getting-started/automation) yourself.