Fix config variables on Time and Date sensor page (#15042)

Info was there, but lacking the proper formatting.
This commit is contained in:
Sean Mooney 2020-10-09 09:23:46 -04:00 committed by GitHub
parent 348b88a0fc
commit 153b6a5bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,14 @@ sensor:
- 'beat' - '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). 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).