Log error - can't fix help please

Hi
I get this message:
Invalid config for [automation]: required key not provided @ data[‘action’][0][‘domain’]. Got None. (See /config/configuration.yaml, line 57).
2:38:27 PM – (ERROR) config.py - message first occurred at July 30, 2022 at 11:31:03 PM and shows up 17 times
in lines 57-59, I’ve got this:


# Text to speech (57)
tts: (58)
  - platform: google_translate (59)

how do I fix it?

The first action of one of your automations is not configured correctly.

how can I figure out what automation?

Comment out half of them ad do a config check. If it passes it’s in the commented half, if it does not pass it’s in the uncommented half.

Keep halving the half with the issue until you find it.