From 844f13b7845b8cac91897cd1d90227c8c62f9419 Mon Sep 17 00:00:00 2001 From: geekman2 Date: Sun, 30 Oct 2016 19:00:25 -0700 Subject: [PATCH] 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 --- source/_topics/state_object.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_topics/state_object.markdown b/source/_topics/state_object.markdown index 35716de6b58..ca4f6827bfa 100644 --- a/source/_topics/state_object.markdown +++ b/source/_topics/state_object.markdown @@ -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: `.`. Example: `light.kitchen`. `state.domain` | Domain of the entity. Example: `light`. `state.object_id` | Object ID of entity. Example: `kitchen`.