1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00

Lower Airzone unique id migration log to debug (#71362)

Address late @MartinHjelmare PR comments.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2022-05-05 20:57:01 +02:00 committed by GitHub
parent d2c9fa4075
commit aadfcc9a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ async def _async_migrate_unique_ids(
if entity_unique_id.startswith(entry_id):
new_unique_id = f"{unique_id}{entity_unique_id[len(entry_id):]}"
_LOGGER.info(
_LOGGER.debug(
"Migrating unique_id from [%s] to [%s]",
entity_unique_id,
new_unique_id,