mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Improve type hints in system_bridge config flow (#130697)
This commit is contained in:
parent
4140999bdb
commit
ca7e73c42f
@ -120,9 +120,10 @@ class SystemBridgeConfigFlow(
|
|||||||
VERSION = 1
|
VERSION = 1
|
||||||
MINOR_VERSION = 2
|
MINOR_VERSION = 2
|
||||||
|
|
||||||
|
_name: str
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
"""Initialize flow."""
|
"""Initialize flow."""
|
||||||
self._name: str | None = None
|
|
||||||
self._input: dict[str, Any] = {}
|
self._input: dict[str, Any] = {}
|
||||||
|
|
||||||
async def async_step_user(
|
async def async_step_user(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user