mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Fix rebase error
This commit is contained in:
parent
d04de7baeb
commit
7a55521807
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ from esphomeyaml.helpers import NoArg, Pvariable, TemplateArguments, esphomelib_
|
||||||
Script = esphomelib_ns.Script
|
Script = esphomelib_ns.Script
|
||||||
ScriptExecuteAction = esphomelib_ns.ScriptExecuteAction
|
ScriptExecuteAction = esphomelib_ns.ScriptExecuteAction
|
||||||
|
|
||||||
CONFIG_SCHEMA = vol.All(cv.ensure_list, [automation.validate_automation({
|
CONFIG_SCHEMA = automation.validate_automation({
|
||||||
vol.Required(CONF_ID): cv.declare_variable_id(Script),
|
vol.Required(CONF_ID): cv.declare_variable_id(Script),
|
||||||
})])
|
})
|
||||||
|
|
||||||
|
|
||||||
def to_code(config):
|
def to_code(config):
|
||||||
|
|
Loading…
Reference in a new issue