This commit is contained in:
Fabian Affolter 2015-05-08 18:53:16 +02:00
parent 3276f91787
commit 9c172d73bc

View File

@ -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.
<p class='img'>
<img src='{{site_root}}/images/screenshots/time_date.png' />