Adjust type hints in hyperion config_flow (#127273)
This commit is contained in:
parent
48a6dabc5b
commit
68d58212a9
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ class HyperionConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
|
||||
VERSION = 1
|
||||
|
||||
unique_id: str
|
||||
|
||||
def __init__(self) -> None:
|
||||
"""Instantiate config flow."""
|
||||
self._data: dict[str, Any] = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue