mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 05:50:13 +00:00
Remove is_new from device entry (#149835)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user