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

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(