mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove unnecessary assignment of Template.hass from mobile_app (#123702)
This commit is contained in:
parent
6bde80ad65
commit
5e75c5faff
@ -64,7 +64,6 @@ async def async_call_action_from_config(
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
value_template = config[key]
|
value_template = config[key]
|
||||||
template.attach(hass, value_template)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
service_data[key] = template.render_complex(value_template, variables)
|
service_data[key] = template.render_complex(value_template, variables)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user