From 9c172d73bca5b4eb6083c532a60ba8ca8b6d1183 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 May 2015 18:53:16 +0200 Subject: [PATCH] update --- source/components/sensor.time_date.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/components/sensor.time_date.markdown b/source/components/sensor.time_date.markdown index 29abbc9987d..e85b81fa7e8 100644 --- a/source/components/sensor.time_date.markdown +++ b/source/components/sensor.time_date.markdown @@ -18,10 +18,11 @@ sensor: monitored_variables: - type: 'time' - type: 'date' - - type: 'datetime' + - type: 'date_time' + - type: 'time_date' ``` -The type *datetime* shows the date and the time. The other two types just the time or the date. +The types *date_time* and *time_date* shows the date and the time. The other two types just the time or the date.