From 811334605040adebbb15780f2e43d57cd251d3c5 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 2 Jan 2024 15:04:39 +0100 Subject: [PATCH] Remove `beat` display option from Time & Date documentation (#30598) --- source/_integrations/time_date.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_integrations/time_date.markdown b/source/_integrations/time_date.markdown index d3abb4b66ea..27bfa3ac0d1 100644 --- a/source/_integrations/time_date.markdown +++ b/source/_integrations/time_date.markdown @@ -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.