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 GitHub
parent 95240e8aad
commit 300f7b4f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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