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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user