Adjust type hints in hyperion config_flow (#127273)

This commit is contained in:
epenet 2024-10-03 22:20:20 +02:00 committed by GitHub
parent 48a6dabc5b
commit 68d58212a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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] = {}