1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Use cached_property in device registry (#100309)

This commit is contained in:
J. Nick Koston
2023-09-13 15:36:07 -05:00
committed by GitHub
parent 72f5c0741b
commit fe5eba9b31
2 changed files with 5 additions and 10 deletions
-1
View File
@@ -158,7 +158,6 @@ class HomeAssistantSnapshotSerializer(AmberDataSerializer):
)
if serialized["via_device_id"] is not None:
serialized["via_device_id"] = ANY
serialized.pop("_json_repr")
return serialized
@classmethod