Adjust type hints in insteon config_flow (#127108)
This commit is contained in:
parent
16df3eb995
commit
47c953209d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue