HA recorder, how to exclude a specific type of service call?

I have an automation which calls homeassistant.update_entity every second and it’s inflating the “events” table in db. Currently I excluded all service calls by “event_types: - call_service” following the documentation example. However how to exclude precisely only one service call?

"domain":"homeassistant",
"service":"update_entity",
"service_data":{"entity_id":["binary_sensor.192_168_1_131"]}