mirror of
https://github.com/home-assistant/core.git
synced 2025-11-21 16:56:57 +00:00
Exclude is_new from DeviceEntry snapshots (#149801)
This commit is contained in:
@@ -330,6 +330,7 @@ async def test_snapshots(
|
||||
device_dict.pop("_cache", None)
|
||||
# This can be removed when suggested_area is removed from DeviceEntry
|
||||
device_dict.pop("_suggested_area")
|
||||
device_dict.pop("is_new")
|
||||
|
||||
devices.append({"device": device_dict, "entities": entities})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user