mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Update __init__.py
This commit is contained in:
parent
30ab068bfe
commit
2f575d83b1
@ -36,7 +36,6 @@ async def async_unload_entry(hass: HomeAssistant, entry: VodafoneConfigEntry) ->
|
||||
coordinator = entry.runtime_data
|
||||
await coordinator.api.logout()
|
||||
await coordinator.api.close()
|
||||
hass.data[DOMAIN].pop(entry.entry_id)
|
||||
|
||||
return unload_ok
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user