Exclude is_new from DeviceEntry snapshots (#149801)

This commit is contained in:
Erik Montnemery
2025-08-01 11:01:26 +02:00
committed by GitHub
parent 924a86dfb6
commit d77a3fca83
113 changed files with 3 additions and 735 deletions

View File

@@ -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})