mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Improve State docstring (#113501)
This commit is contained in:
parent
3e3cf45a5d
commit
103b8b4dc5
@ -1540,8 +1540,8 @@ class State:
|
|||||||
entity_id: the entity that is represented.
|
entity_id: the entity that is represented.
|
||||||
state: the state of the entity
|
state: the state of the entity
|
||||||
attributes: extra information on entity and state
|
attributes: extra information on entity and state
|
||||||
last_changed: last time the state was changed, not the attributes.
|
last_changed: last time the state was changed.
|
||||||
last_updated: last time this object was updated.
|
last_updated: last time the state or attributes were changed.
|
||||||
context: Context in which it was created
|
context: Context in which it was created
|
||||||
domain: Domain of this state.
|
domain: Domain of this state.
|
||||||
object_id: Object id of this state.
|
object_id: Object id of this state.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user