mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
Remove unnecessary assignment of Template.hass from mobile_app (#123702)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user