Script for Announcement - Integration Not Found among other errors

Right now, i am just testing this.
I am trying to setup “announcements”
My ultimate goal is to create a routine in Google Home so that I can get my pool temperature.

Right now, I am just trying to get it to send ANY message to a specific device.
I keep getting integration not found.

UPDATE:

service: tts.google_translate_say
data:
  entity_id: media_player.floor
  message: "May the force be with you."

So that saves and runs, but nothing is happening.

FYI, all my devices that I am trying to set this up to are either Google speakers, hubs, or chromecasts.

rebooted the google hub, using this code now:

data:
 entity_id: media_player.travis_office
 message: Please don't forget to close the back door!
service: tts.google_translate_say

Now this does send something to the hub, but it does not play. The default media receiver is shown on the hub, but nothing is playing.

I switched to tts.cloud_say
Same thing.
It will pull up the default media receiver screen, but nothing is playing.