Adjust type hints in insteon config_flow (#127108)

This commit is contained in:
epenet 2024-09-30 15:32:37 +02:00 committed by GitHub
parent 16df3eb995
commit 47c953209d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(