Add created_at/modified_at to entity registry (#122444)
This commit is contained in:
parent
8d14095cb9
commit
0d765a27c9
6 changed files with 277 additions and 83 deletions
|
@ -287,6 +287,8 @@ async def test_snapshots(
|
|||
entry = asdict(entity_entry)
|
||||
entry.pop("id", None)
|
||||
entry.pop("device_id", None)
|
||||
entry.pop("created_at", None)
|
||||
entry.pop("modified_at", None)
|
||||
|
||||
entities.append({"entry": entry, "state": state_dict})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue