From c108658396c5564c3b77617d373b3a221d20c7e6 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Fri, 2 Aug 2019 13:15:27 +0300 Subject: [PATCH] fixed attributes' description (#10023) It didn't look right so I made an educated guess.. ;) --- source/_components/input_datetime.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown index e04b2f692f5..4ce98239872 100644 --- a/source/_components/input_datetime.markdown +++ b/source/_components/input_datetime.markdown @@ -73,8 +73,8 @@ automations and templates. | ----- | ----- | | `has_time` | `true` if this entity has a time. | `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_ +| `year`
`month`
`day` | The year, month and day of the date.
(only available if `has_date: true`) +| `timestamp` | A timestamp representing the time held in the input.
(only available if `has_time: true`) ### Restore State