mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Fix bond typing in config flow (#47055)
This commit is contained in:
parent
3a82917400
commit
f4db74fe73
@ -59,7 +59,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Initialize config flow."""
|
"""Initialize config flow."""
|
||||||
self._discovered: dict = None
|
self._discovered: Optional[dict] = None
|
||||||
|
|
||||||
async def _async_try_automatic_configure(self):
|
async def _async_try_automatic_configure(self):
|
||||||
"""Try to auto configure the device.
|
"""Try to auto configure the device.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user