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

Add for to binary sensor conditions (#471)

This commit is contained in:
Otto Winter
2019-03-05 13:51:53 +01:00
committed by GitHub
parent 3ef0634dd2
commit 7ebfcd3807
2 changed files with 6 additions and 3 deletions

View File

@@ -363,6 +363,7 @@ CONF_FORMALDEHYDE = 'formaldehyde'
CONF_ON_TAG = 'on_tag'
CONF_ARGS = 'args'
CONF_FORMAT = 'format'
CONF_FOR = 'for'
CONF_COLOR_CORRECT = 'color_correct'
CONF_ON_JSON_MESSAGE = 'on_json_message'
CONF_ACCELERATION = 'acceleration'