mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Change logger level on config migration for Mastodon (#124558)
This commit is contained in:
parent
b63fb9f17f
commit
31f5539311
@ -104,7 +104,7 @@ async def async_migrate_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
unique_id=slugify(construct_mastodon_username(instance, account)),
|
||||
)
|
||||
|
||||
LOGGER.info(
|
||||
LOGGER.debug(
|
||||
"Entry %s successfully migrated to version %s.%s",
|
||||
entry.entry_id,
|
||||
entry.version,
|
||||
|
Loading…
x
Reference in New Issue
Block a user