mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user