Deprecate DeviceEntry.suggested_area (#149730)

This commit is contained in:
Erik Montnemery
2025-08-01 10:34:34 +02:00
committed by GitHub
parent 22e054f4cd
commit 0d7608f7c5
128 changed files with 180 additions and 795 deletions

View File

@@ -328,6 +328,8 @@ async def test_snapshots(
device_dict.pop("created_at", None)
device_dict.pop("modified_at", None)
device_dict.pop("_cache", None)
# This can be removed when suggested_area is removed from DeviceEntry
device_dict.pop("_suggested_area")
devices.append({"device": device_dict, "entities": entities})