mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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,
|
||||
}
|
||||
)
|
||||
serialized.pop("_json_repr")
|
||||
serialized.pop("_partial_repr")
|
||||
serialized.pop("_display_repr")
|
||||
return serialized
|
||||
|
||||
@classmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user