mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	Fix rebase error
This commit is contained in:
		| @@ -9,9 +9,9 @@ from esphomeyaml.helpers import NoArg, Pvariable, TemplateArguments, esphomelib_ | ||||
| Script = esphomelib_ns.Script | ||||
| 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), | ||||
| })]) | ||||
| }) | ||||
|  | ||||
|  | ||||
| def to_code(config): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user