mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +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
|
||||
|
||||
value_template = config[key]
|
||||
template.attach(hass, value_template)
|
||||
|
||||
try:
|
||||
service_data[key] = template.render_complex(value_template, variables)
|
||||
|
Loading…
x
Reference in New Issue
Block a user