From 103b8b4dc52e45083267312b94452d7e6a600bab Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 15 Mar 2024 12:01:11 +0100 Subject: [PATCH] Improve State docstring (#113501) --- homeassistant/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/core.py b/homeassistant/core.py index 629206e75f1..7f10d8f6df5 100644 --- a/homeassistant/core.py +++ b/homeassistant/core.py @@ -1540,8 +1540,8 @@ class State: entity_id: the entity that is represented. state: the state of the entity attributes: extra information on entity and state - last_changed: last time the state was changed, not the attributes. - last_updated: last time this object was updated. + last_changed: last time the state was changed. + last_updated: last time the state or attributes were changed. context: Context in which it was created domain: Domain of this state. object_id: Object id of this state.