Remove unnecessary assignment of Template.hass from mobile_app (#123702)
This commit is contained in:
parent
6bde80ad65
commit
5e75c5faff
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ async def async_call_action_from_config(
|
|||
continue
|
||||
|
||||
value_template = config[key]
|
||||
template.attach(hass, value_template)
|
||||
|
||||
try:
|
||||
service_data[key] = template.render_complex(value_template, variables)
|
||||
|
|
Loading…
Add table
Reference in a new issue