mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
[time] Fix cron typo to real every 5min (#3017)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
parent
565466c6b9
commit
a3f6465de3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user