mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 09:51:37 +02:00
Fix restoring disabled_by flag of deleted devices (#151313)
This commit is contained in:
@@ -936,6 +936,7 @@ class DeviceRegistry(BaseRegistry[dict[str, list[dict[str, Any]]]]):
|
||||
connections,
|
||||
identifiers,
|
||||
)
|
||||
disabled_by = UNDEFINED
|
||||
|
||||
self.devices[device.id] = device
|
||||
# If creating a new device, default to the config entry name
|
||||
|
@@ -3937,6 +3937,7 @@ async def test_restore_disabled_by(
|
||||
config_subentry_id=None,
|
||||
configuration_url="http://config_url_new.bla",
|
||||
connections={(dr.CONNECTION_NETWORK_MAC, "12:34:56:AB:CD:EF")},
|
||||
disabled_by=None,
|
||||
entry_type=None,
|
||||
hw_version="hw_version_new",
|
||||
identifiers={("bridgeid", "0123")},
|
||||
|
Reference in New Issue
Block a user