add doc for date_time_iso to time_date component (#8995)

This commit is contained in:
uchagani 2019-03-21 03:55:54 -04:00 committed by Fabian Affolter
parent 6c7252ceb3
commit 839b4c7835

View File

@ -26,12 +26,13 @@ sensor:
- 'time' - 'time'
- 'date' - 'date'
- 'date_time' - 'date_time'
- 'date_time_iso'
- 'time_date' - 'time_date'
- 'time_utc' - 'time_utc'
- 'beat' - '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).
<p class='img'> <p class='img'>
<img src='{{site_root}}/images/screenshots/time_date.png' /> <img src='{{site_root}}/images/screenshots/time_date.png' />