added option to manually remove devices #198

This commit is contained in:
Tomaae 2022-05-26 10:16:58 +02:00
parent bc127cd16e
commit 9da682b314
No known key found for this signature in database
GPG key ID: 8360BBD8A381D1C0

View file

@ -77,3 +77,11 @@ async def async_unload_entry(hass, config_entry) -> bool:
hass.data[DOMAIN].pop(config_entry.entry_id)
return unload_ok
# ---------------------------
# async_remove_config_entry_device
# ---------------------------
async def async_remove_config_entry_device(hass, config_entry, device_entry) -> bool:
"""Remove a config entry from a device."""
return True