1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 22:30:31 +01:00

Make Automation output readable again

This commit is contained in:
Otto Winter 2018-06-06 09:18:39 +02:00
parent 39c76cb854
commit e97282e857

View File

@ -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):