From 15a79de6ac373543b359bbe500fdf61e28e03ccf Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:40:02 +0200 Subject: [PATCH] Glossary: fix broken link (#28075) --- source/_data/glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 48f800c5dd8..6c26b3a0fef 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -374,7 +374,7 @@ State changes can be used as the source of triggers. The current state can be used in conditions. - link: /docs/scripts/configuration/state_object/ + link: /docs/configuration/state_object/ excerpt: > The state holds the information of interest of an entity, for example, if a light is on or off. Each entity has exactly one state and the state only holds one value at a time. However, entities can store attributes related to that state such as brightness, color, or a unit of measurement.