diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown index f9351f09848..588154ca277 100644 --- a/source/_components/input_datetime.markdown +++ b/source/_components/input_datetime.markdown @@ -39,7 +39,7 @@ Configuration variables: - **name** (*Optional*): Friendly name of the datetime input. - **has_time** (*Optional*): Set to `true` if this input should have time. Defaults to `false`. - **has_date** (*Optional*): Set to `true` if this input should have a date. Defaults to `false`. - - **initial** (*Optional*): Set the initial value of this input. Defaults to '1970-01-01 00:00'. + - **initial** (*Optional*): Set the initial value of this input. Defaults to '1970-01-01 00:00'. If has_time is `false` this must be just a date (e.g.: '1970-01-01'). If has_date is `false` this must be just a time (e.g.: '15:16'). A datetime input entity's state exports several attributes that can be useful in automations and templates: