parent
a4e9e4b23b
commit
c4fd1cfc8f
|
@ -97,10 +97,9 @@ async def async_migrate_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||
LOGGER.error("Migration failed with error %s", ex)
|
||||
return False
|
||||
|
||||
entry.minor_version = 2
|
||||
|
||||
hass.config_entries.async_update_entry(
|
||||
entry,
|
||||
minor_version=2,
|
||||
unique_id=slugify(construct_mastodon_username(instance, account)),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue