1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Fix interval trigger (#313)

This commit is contained in:
Otto Winter
2019-01-09 15:18:54 +01:00
committed by GitHub
parent cf73d777db
commit 5a1e806d14
3 changed files with 12 additions and 3 deletions

View File

@@ -233,3 +233,8 @@ stepper:
# Optional:
acceleration: inf
deceleration: inf
interval:
interval: 5s
then:
- logger.log: "Interval Run"