mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix logger message in samsungtv (#110484)
This commit is contained in:
parent
3bf6d525fb
commit
2981d7ed0e
@ -269,7 +269,9 @@ async def async_migrate_entry(hass: HomeAssistant, config_entry: ConfigEntry) ->
|
||||
en_reg = er.async_get(hass)
|
||||
en_reg.async_clear_config_entry(config_entry.entry_id)
|
||||
|
||||
version = 2
|
||||
hass.config_entries.async_update_entry(config_entry, version=2)
|
||||
|
||||
LOGGER.debug("Migration to version %s successful", version)
|
||||
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user