mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Update typing 16 (#48087)
This commit is contained in:
@@ -253,7 +253,7 @@ class AlexaEntity:
|
||||
The API handlers should manipulate entities only through this interface.
|
||||
"""
|
||||
|
||||
def __init__(self, hass: HomeAssistant, config: "AbstractConfig", entity: State):
|
||||
def __init__(self, hass: HomeAssistant, config: AbstractConfig, entity: State):
|
||||
"""Initialize Alexa Entity."""
|
||||
self.hass = hass
|
||||
self.config = config
|
||||
|
||||
Reference in New Issue
Block a user