mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Remove beat
display option from Time & Date documentation (#30598)
This commit is contained in:
parent
fde8c0b1aa
commit
8113346050
@ -30,19 +30,18 @@ sensor:
|
||||
- 'date_time_iso'
|
||||
- 'time_date'
|
||||
- 'time_utc'
|
||||
- 'beat'
|
||||
```
|
||||
|
||||
|
||||
{% configuration %}
|
||||
display_options:
|
||||
description: The sensors to create. The types *date_time*, *date_time_utc*, *time_date*, and *date_time_iso* create combined date and the time sensors. The other types just the time sensor or the date sensor. *beat* creates the [Swatch Internet Time](https://en.wikipedia.org/wiki/Swatch_Internet_Time).
|
||||
description: The sensors to create. The types *date_time*, *date_time_utc*, *time_date*, and *date_time_iso* create combined date and the time sensors. The other types just the time sensor or the date sensor.
|
||||
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.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/screenshots/time_date.png' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user