mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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):
|
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):
|
||||||
|
|
Loading…
Reference in a new issue