Fix bond typing in config flow (#47055)

This commit is contained in:
J. Nick Koston 2021-02-25 11:08:04 -06:00 committed by GitHub
parent 3a82917400
commit f4db74fe73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
def __init__(self):
"""Initialize config flow."""
self._discovered: dict = None
self._discovered: Optional[dict] = None
async def _async_try_automatic_configure(self):
"""Try to auto configure the device.