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