mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Adjust type hints in insteon config_flow (#127108)
This commit is contained in:
parent
16df3eb995
commit
47c953209d
@ -51,8 +51,8 @@ async def _async_connect(**kwargs):
|
|||||||
class InsteonFlowHandler(ConfigFlow, domain=DOMAIN):
|
class InsteonFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||||
"""Insteon config flow handler."""
|
"""Insteon config flow handler."""
|
||||||
|
|
||||||
_device_path: str | None = None
|
_device_path: str
|
||||||
_device_name: str | None = None
|
_device_name: str
|
||||||
discovered_conf: dict[str, str] = {}
|
discovered_conf: dict[str, str] = {}
|
||||||
|
|
||||||
async def async_step_user(
|
async def async_step_user(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user