Improve type hints in system_bridge config flow (#130697)

This commit is contained in:
epenet 2024-11-15 13:53:42 +01:00 committed by GitHub
parent 4140999bdb
commit ca7e73c42f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,9 +120,10 @@ class SystemBridgeConfigFlow(
VERSION = 1
MINOR_VERSION = 2
_name: str
def __init__(self) -> None:
"""Initialize flow."""
self._name: str | None = None
self._input: dict[str, Any] = {}
async def async_step_user(