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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue