mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
Template tilt cover (#577)
* Enabling tilt control in the template cover Added test Add tilt option to publish action * Added CONF_TILT to alidation schema per comment * Removed default for CONF_TILT
This commit is contained in:
@@ -407,6 +407,8 @@ CONF_THEN = 'then'
|
||||
CONF_THRESHOLD = 'threshold'
|
||||
CONF_THROTTLE = 'throttle'
|
||||
CONF_TILT = 'tilt'
|
||||
CONF_TILT_ACTION = 'tilt_action'
|
||||
CONF_TILT_LAMBDA = 'tilt_lambda'
|
||||
CONF_TIME = 'time'
|
||||
CONF_TIMEOUT = 'timeout'
|
||||
CONF_TIMES = 'times'
|
||||
|
Reference in New Issue
Block a user