Remove is_new from device entry (#149835)

Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Artur Pragacz
2025-08-28 08:07:54 +02:00
committed by GitHub
parent f4673f44ee
commit 61328129fc
4 changed files with 87 additions and 31 deletions

View File

@@ -330,7 +330,6 @@ 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})