With Prevent overly large event data from being stored in the database by bdraco · Pull Request #90747 · home-assistant/core · GitHub in 2023.4 (I think), HA is now limiting Event data to 32kb in the Recorder.
In the custom-components/places integration, some events are larger than that.
What are the implications of excluding the event from the recorder (Recorder - exclude event_types)? I guess I’m not quite clear what someone would use the historical event data in a recorder for.