Remove unnecessary assignment of Template.hass from mobile_app (#123702)

This commit is contained in:
Erik Montnemery 2024-08-12 21:50:34 +02:00 committed by GitHub
parent 6bde80ad65
commit 5e75c5faff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)