mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Remove unnecessary assignment of Template.hass from alexa (#123699)
This commit is contained in:
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…
x
Reference in New Issue
Block a user