Debug level logging for DSMR migration code (#104757)
This commit is contained in:
parent
f366b37c52
commit
b4907800a9
1 changed files with 2 additions and 2 deletions
|
@ -456,12 +456,12 @@ def rename_old_gas_to_mbus(
|
|||
device_id=mbus_device_id,
|
||||
)
|
||||
except ValueError:
|
||||
LOGGER.warning(
|
||||
LOGGER.debug(
|
||||
"Skip migration of %s because it already exists",
|
||||
entity.entity_id,
|
||||
)
|
||||
else:
|
||||
LOGGER.info(
|
||||
LOGGER.debug(
|
||||
"Migrated entity %s from unique id %s to %s",
|
||||
entity.entity_id,
|
||||
entity.unique_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue