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

pull/123714/head
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
1 changed files with 0 additions and 1 deletions

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(