diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown
index 406575ab317..e04b2f692f5 100644
--- a/source/_components/input_datetime.markdown
+++ b/source/_components/input_datetime.markdown
@@ -53,6 +53,10 @@ input_datetime:
required: false
type: boolean
default: false
+ icon:
+ description: Icon to display in the frontend.
+ required: false
+ type: icon
initial:
description: Set the initial value of this input, depending on `has_time` and `has_date`.
required: false
@@ -71,6 +75,7 @@ automations and templates.
| `has_date` | `true` if this entity has a date.
| `year`
`month`
`day` | The year, month and day of the date.
(only available if `has_| `hour`
`minute`
`second` | The hour, minute and second of the time.
(only available if `has_time: true`)
| `timestamp` | A timestamp representing the time held in the input.
If `has_
+
### Restore State
This integration will automatically restore the state it had prior to Home