diff --git a/source/_integrations/date.markdown b/source/_integrations/date.markdown
index a097fe31bfb..5c11293b00e 100644
--- a/source/_integrations/date.markdown
+++ b/source/_integrations/date.markdown
@@ -17,6 +17,15 @@ The **Date** {% term integration %} is built for the controlling and monitoring
If you are looking for a way to create a similar entity, please take a look at the [Date/Time helper](/integrations/input_datetime).
+## The state of a date entity
+
+The state of a date entity is the actual date value.
+
+
+
+Screenshot showing the state of a date in the developer tools. In the example shown, the state is January 1, 2020; in the format YYYY-MM-DD.
+
+
## Actions
### Date actions
@@ -27,7 +36,7 @@ Available {% term actions %}: `date.set_value`
Set a new value for the date {% term entity %}.
-| Data attribute | Optional | Description |
-| ---------------------- | -------- | ----------- |
-| `entity_id` | no | String or list of strings that point at `entity_id`'s of dates to control.
-| `date` | no | New date value to set.
+| Data attribute | Optional | Description |
+| -------------- | -------- | -------------------------------------------------------------------------- |
+| `entity_id` | no | String or list of strings that point at `entity_id`'s of dates to control. |
+| `date` | no | New date value to set. |
diff --git a/source/images/integrations/date/state_date.png b/source/images/integrations/date/state_date.png
new file mode 100644
index 00000000000..c86331169aa
Binary files /dev/null and b/source/images/integrations/date/state_date.png differ