From a3f6465de38b8157f6462399ff3921a714a7fa70 Mon Sep 17 00:00:00 2001 From: sebPomme <4944971+sebPomme@users.noreply.github.com> Date: Tue, 27 Jun 2023 18:59:27 +0200 Subject: [PATCH] [time] Fix cron typo to real every 5min (#3017) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: H. Árkosi Róbert --- components/time/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/time/index.rst b/components/time/index.rst index ac6d4ff27..fb62ac596 100644 --- a/components/time/index.rst +++ b/components/time/index.rst @@ -91,7 +91,7 @@ evaluates if the automation should run. - light.turn_on: my_light # Cron syntax, trigger every 5 minutes - - cron: '* /5 * * * *' + - cron: '00 /5 * * * *' then: - switch.toggle: my_switch