Improve State docstring (#113501)
This commit is contained in:
parent
3e3cf45a5d
commit
103b8b4dc5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue