Remove unnecessary assignment of Template.hass from alexa (#123699)

This commit is contained in:
Erik Montnemery 2024-08-12 17:01:31 +02:00 committed by GitHub
parent 200f04bf21
commit 5fb6c65d23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,6 @@ class AlexaFlashBriefingView(http.HomeAssistantView):
"""Initialize Alexa view."""
super().__init__()
self.flash_briefings = flash_briefings
template.attach(hass, self.flash_briefings)
@callback
def get(