Change logger level on config migration for Mastodon (#124558)
This commit is contained in:
parent
b63fb9f17f
commit
31f5539311
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue