Getting Google TTS errors on automations with no Google TTS

I recently switched from ZHA to Zigbee2MQTT. Overall, I like it much better. But ever since doing so (and I think there is a causal relation, but can’t say for sure), I have been getting errors on my automations similar to the one below:

Invalid config for [automation]: Invalid trigger configuration. Got OrderedDict([('default_config', {}), ('tts', [OrderedDict([('platform', 'google_translate')])]), ('group', {}), ('automation', [OrderedDict([('id', '1644069287677'), ('alias', 'Lights On From Motion - Office'), ('description', ''), ('trigger', [OrderedDict([('type', 'motion'), ('platform', 'device'), ('device_id', '8a33e85ae00b71aec4a173794623572b'), ('entity_id', 'binary_sensor.motion_office'), ('domain', 'binary_sensor')])]), ('condition', [OrderedDict([('condition', 'state'), ('entity_id',.... (See ?, line ?).

The automation mentioned in the error, Lights On From Motion - Office, is pretty basic; motion detected, turn on light. No Google TTS components anywhere. And the automation is functional; the light turns on when motion is detected.

Does anyone have any ideas where this error is coming from or what the cause could be?