From 839b4c7835db1a98be575798fb0b2928590b6a65 Mon Sep 17 00:00:00 2001 From: uchagani Date: Thu, 21 Mar 2019 03:55:54 -0400 Subject: [PATCH] add doc for date_time_iso to time_date component (#8995) --- source/_components/sensor.time_date.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.time_date.markdown b/source/_components/sensor.time_date.markdown index 69a49706e00..bfacabbd7c3 100644 --- a/source/_components/sensor.time_date.markdown +++ b/source/_components/sensor.time_date.markdown @@ -26,12 +26,13 @@ sensor: - 'time' - 'date' - 'date_time' + - 'date_time_iso' - 'time_date' - 'time_utc' - 'beat' ``` -- **display_options** array (*Required*): The option to display. The types *date_time* and *time_date* shows the date and the time. The other types just the time or the date. *beat* shows the [Swatch Internet Time](http://www.swatch.com/en_us/internet-time). +- **display_options** array (*Required*): The option to display. The types *date_time*, *time_date*, and *date_time_iso* shows the date and the time. The other types just the time or the date. *beat* shows the [Swatch Internet Time](http://www.swatch.com/en_us/internet-time).