mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Fix hassio cleanup when addon in uninstalled (#89756)
This commit is contained in:
parent
fceb208381
commit
b7ac0058af
@ -130,4 +130,4 @@ class HassIODiscovery(HomeAssistantView):
|
||||
for entry in self.hass.config_entries.async_entries(service):
|
||||
if entry.source != config_entries.SOURCE_HASSIO:
|
||||
continue
|
||||
await self.hass.config_entries.async_remove(entry)
|
||||
await self.hass.config_entries.async_remove(entry.entry_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user