1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

Add wait_until action (#440)

This commit is contained in:
Otto Winter
2019-02-17 19:27:33 +01:00
committed by GitHub
parent 10cc11bab1
commit 41d637affe
3 changed files with 28 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ CONF_BELOW = 'below'
CONF_ON = 'on'
CONF_IF = 'if'
CONF_WHILE = 'while'
CONF_WAIT_UNTIL = 'wait_until'
CONF_THEN = 'then'
CONF_BINARY = 'binary'
CONF_WHITE = 'white'