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:
geekman2 2016-10-30 19:00:25 -07:00 committed by Paulus Schoutsen
parent adf3ee25a9
commit 844f13b784

View File

@ -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`.