mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Make Automation output readable again
This commit is contained in:
		| @@ -387,7 +387,7 @@ def build_actions(config, arg_type): | ||||
|         for action in build_action(conf, arg_type): | ||||
|             yield None | ||||
|         actions.append(action) | ||||
|     yield ArrayInitializer(*actions) | ||||
|     yield ArrayInitializer(*actions, multiline=False) | ||||
|  | ||||
|  | ||||
| def build_automation_(trigger, arg_type, config): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user