mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Remove lru_cache on websocket _state_diff (#90392)
This commit is contained in:
@@ -132,7 +132,6 @@ def _state_diff_event(event: Event) -> dict:
|
||||
return _state_diff(event_old_state, event_new_state)
|
||||
|
||||
|
||||
@lru_cache(maxsize=128)
|
||||
def _state_diff(
|
||||
old_state: State, new_state: State
|
||||
) -> dict[str, dict[str, dict[str, dict[str, str | list[str]]]]]:
|
||||
|
Reference in New Issue
Block a user