mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Glossary term state: add last_reported to definition (#34824)
This commit is contained in:
parent
45b1984247
commit
95c85025c6
@ -498,8 +498,8 @@
|
|||||||
- term: State
|
- term: State
|
||||||
definition: |-
|
definition: |-
|
||||||
The state holds the information of interest of an entity. For example, if a
|
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
|
light is on or off, the current temperature, or the amount of energy used. Entities store 3
|
||||||
timestamps related to the state: `last_updated` and `last_changed`. Each
|
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.
|
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,
|
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
|
the state of a light is _on_, and the related state attributes could be its
|
||||||
|
Loading…
x
Reference in New Issue
Block a user