Remove unnecessary calls to async_update_entry from async_migrate_entry (#90575)

This commit is contained in:
Erik Montnemery
2023-03-31 15:53:35 +02:00
committed by GitHub
parent 1ca7f0dc6a
commit 3467f4674e
6 changed files with 0 additions and 7 deletions
@@ -51,7 +51,6 @@ async def async_migrate_entry(hass: HomeAssistant, config_entry: ConfigEntry) ->
if config_entry.version != 3:
# Home Assistant 2023.2
config_entry.version = 3
hass.config_entries.async_update_entry(config_entry)
_LOGGER.info("Migration to version %s successful", config_entry.version)