mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Fix DSMR migration (#134990)
This commit is contained in:
parent
24b81df0e6
commit
393551d696
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user