mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Fix DSMR migration (#134990)
This commit is contained in:
@@ -460,7 +460,6 @@ def rename_old_gas_to_mbus(
|
|||||||
ent_reg.async_update_entity(
|
ent_reg.async_update_entity(
|
||||||
entity.entity_id,
|
entity.entity_id,
|
||||||
new_unique_id=mbus_device_id,
|
new_unique_id=mbus_device_id,
|
||||||
device_id=mbus_device_id,
|
|
||||||
)
|
)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
LOGGER.debug(
|
LOGGER.debug(
|
||||||
|
Reference in New Issue
Block a user