mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update entity registry snapshot serializer (#88566)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
3f79155df6
commit
3501a9788f
@ -172,7 +172,8 @@ class HomeAssistantSnapshotSerializer(AmberDataSerializer):
|
|||||||
"id": ANY,
|
"id": ANY,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
serialized.pop("_json_repr")
|
serialized.pop("_partial_repr")
|
||||||
|
serialized.pop("_display_repr")
|
||||||
return serialized
|
return serialized
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user