mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +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): |         for action in build_action(conf, arg_type): | ||||||
|             yield None |             yield None | ||||||
|         actions.append(action) |         actions.append(action) | ||||||
|     yield ArrayInitializer(*actions) |     yield ArrayInitializer(*actions, multiline=False) | ||||||
|  |  | ||||||
|  |  | ||||||
| def build_automation_(trigger, arg_type, config): | def build_automation_(trigger, arg_type, config): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user