mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 09:04:27 +05:00
add device registry
This commit is contained in:
@@ -130,6 +130,7 @@ async def async_remove_entry(hass, entry) -> None:
|
||||
_hubs.pop(entry.entry_id)
|
||||
unsub = _subs.pop(entry.entry_id)
|
||||
unsub()
|
||||
hass.data[DOMAIN].pop(id)
|
||||
|
||||
|
||||
async def _save_service(hass: HomeAssistant, call: ServiceCall):
|
||||
|
||||
Reference in New Issue
Block a user