1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Write protect entity options (#90185)

This commit is contained in:
Erik Montnemery
2023-03-28 22:56:51 +02:00
committed by GitHub
parent 0550b17d54
commit e22618a555
5 changed files with 41 additions and 8 deletions

View File

@@ -170,6 +170,7 @@ class HomeAssistantSnapshotSerializer(AmberDataSerializer):
"config_entry_id": ANY,
"device_id": ANY,
"id": ANY,
"options": data.options.as_dict(),
}
)
serialized.pop("_partial_repr")