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:
parent
95240e8aad
commit
300f7b4f77
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue