mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Update state fields (#1371)
* Update state fields Added missing `state` field, which gives the current state of the entity * Update state_object.markdown * Update state_object.markdown
This commit is contained in:
parent
adf3ee25a9
commit
844f13b784
@ -17,6 +17,7 @@ All states will always have an entity id, a state and a timestamp when last upda
|
||||
|
||||
Field | Description
|
||||
----- | -----------
|
||||
`state.state` | String representation of the current state of the entity. Example `off`
|
||||
`state.entity_id` | Entity ID. Format: `<domain>.<object_id>`. Example: `light.kitchen`.
|
||||
`state.domain` | Domain of the entity. Example: `light`.
|
||||
`state.object_id` | Object ID of entity. Example: `kitchen`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user