Remove async_block_till_done in freebox (#89928)

async_block_till_done() is not meant to be called in integrations
This commit is contained in:
J. Nick Koston 2023-03-18 20:59:05 -10:00 committed by Paulus Schoutsen
parent de6f55dcfb
commit 127f2289a1

View File

@ -77,7 +77,6 @@ class FreeboxFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
# Check permissions
await fbx.system.get_config()
await fbx.lan.get_hosts_list()
await self.hass.async_block_till_done()
# Close connection
await fbx.close()