Remove unnecessary assignment of Template.hass from alexa (#123699)
parent
200f04bf21
commit
5fb6c65d23
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue