From c12f2e7e67291e52c01d0668703ad12ee43cee47 Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Tue, 20 Feb 2018 12:01:21 +0000 Subject: [PATCH] Update input_datetime.markdown --- 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 36006331619..ccae9f30e73 100644 --- a/source/_components/input_datetime.markdown +++ b/source/_components/input_datetime.markdown @@ -65,7 +65,7 @@ input_datetime: A datetime input entity's state exports several attributes that can be useful in automations and templates. | Attribute | Description | -| ... | ... | +| ----- | ----- | | `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_date: true`) @@ -81,7 +81,7 @@ This component supports the `restore_state` function which restores the state af This component provides a service to modify the state of the `input_datetime`. | Service | Data | Description | -| ... | ... | ... | +| ----- | ----- | ----- | | `set_datetime` | `time` | This can be used to dynamically set the time. | `set_datetime` | `date` | This can be used to dynamically set the date.