mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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):
|
||||
"""Insteon config flow handler."""
|
||||
|
||||
_device_path: str | None = None
|
||||
_device_name: str | None = None
|
||||
_device_path: str
|
||||
_device_name: str
|
||||
discovered_conf: dict[str, str] = {}
|
||||
|
||||
async def async_step_user(
|
||||
|
Loading…
x
Reference in New Issue
Block a user