From 153b6a5bdcde7aa2bc7cda1a2d4ab94abf02a0f3 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 9 Oct 2020 09:23:46 -0400 Subject: [PATCH] Fix config variables on Time and Date sensor page (#15042) Info was there, but lacking the proper formatting. --- source/_integrations/time_date.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/time_date.markdown b/source/_integrations/time_date.markdown index 13288762541..2a16c5974eb 100644 --- a/source/_integrations/time_date.markdown +++ b/source/_integrations/time_date.markdown @@ -29,7 +29,14 @@ sensor: - 'beat' ``` -- **display_options** array (*Required*): The option to display. The types *date_time*, *date_time_utc*, *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](https://www.swatch.com/en_us/internet-time). + +{% configuration %} +display_options: + description: The option to display. The types *date_time*, *date_time_utc*, *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](https://www.swatch.com/en_us/internet-time). + required: true + type: list +{% endconfiguration %} + Sensors including the time update every minute, the date sensor updates each day at midnight, and the beat sensor updates with each beat (86.4 seconds).