Update typing 16 (#48087)
This commit is contained in:
parent
0f5efca76b
commit
4cb7718192
59 changed files with 180 additions and 166 deletions
|
@ -214,9 +214,9 @@ class CoreState(enum.Enum):
|
|||
class HomeAssistant:
|
||||
"""Root object of the Home Assistant home automation."""
|
||||
|
||||
auth: "AuthManager"
|
||||
http: "HomeAssistantHTTP" = None # type: ignore
|
||||
config_entries: "ConfigEntries" = None # type: ignore
|
||||
auth: AuthManager
|
||||
http: HomeAssistantHTTP = None # type: ignore
|
||||
config_entries: ConfigEntries = None # type: ignore
|
||||
|
||||
def __init__(self) -> None:
|
||||
"""Initialize new Home Assistant object."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue