mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00: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:
parent
d2c9fa4075
commit
aadfcc9a6e
@ -99,7 +99,7 @@ async def _async_migrate_unique_ids(
|
|||||||
|
|
||||||
if entity_unique_id.startswith(entry_id):
|
if entity_unique_id.startswith(entry_id):
|
||||||
new_unique_id = f"{unique_id}{entity_unique_id[len(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]",
|
"Migrating unique_id from [%s] to [%s]",
|
||||||
entity_unique_id,
|
entity_unique_id,
|
||||||
new_unique_id,
|
new_unique_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user