From 95c85025c6c598752b2335ba27c108f55a0c6d54 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:56:22 +0200 Subject: [PATCH] Glossary term state: add last_reported to definition (#34824) --- source/_data/glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index a5584621ad6..02521c59ec0 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -498,8 +498,8 @@ - term: State definition: |- The state holds the information of interest of an entity. For example, if a - light is on or off, the current temperature, or the amount of energy used. Entities store 2 - timestamps related to the state: `last_updated` and `last_changed`. Each + light is on or off, the current temperature, or the amount of energy used. Entities store 3 + timestamps related to the state: `last_updated`, `last_changed`, and `last_reported`. 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. For example, the state of a light is _on_, and the related state attributes could be its