[time] Fix cron typo to real every 5min (#3017)

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
sebPomme 2023-06-27 18:59:27 +02:00 committed by GitHub
parent 565466c6b9
commit a3f6465de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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