mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Make Automation output readable again
This commit is contained in:
parent
b2aecf29dc
commit
2ee0d4242d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue