Need help with script google tts

Here is the code

Blockquote

WhoIsHome:
  alias: 'script - Where is everybody'
  sequence:
    - service: tts.google_say
      entity_id: media_player.living_room_speaker
      data_template:
        message: >
          Martin is at {{ states.device_tracker.hass_martin_android.state}}. Anke is at {{ states.device_tracker.hass_anke_andriod.state}}

Error code

Failed config
  script: 
    WhoIsHome: [source /home/homeassistant/.homeassistant/google/google.yaml:1]
      alias: script - Where is everybody
      sequence: [source /home/homeassistant/.homeassistant/google/google.yaml:3]
        - data_template: [source /home/homeassistant/.homeassistant/google/google.yaml:6]
            message: Martin is at {{ states.device_tracker.hass_martin_android.state}}. Anke is at {{ states.device_tracker.hass_anke_andriod.state}}
          entity_id: media_player.living_room_speaker
          service: tts.google_say

  General Errors: 
    - Setup failed for script: Invalid config.

Successful config (partial)
  script:

What is wrong here. I can’t find it

change all to lover case
WhoIsHome:

to whoishome:

It no works

@Skippy
Hmm…try taking out the alias and also mine have the entity_id inside data_templates. Not sure if it makes a difference.

whoishome:
  sequence:
    - service: tts.google_say
      data_template:
        entity_id: media_player.living_room_speaker
        message: >
           Martin is at {{ states.device_tracker.hass_martin_android.state}}. Anke is at {{states.device_tracker.hass_anke_android.state}}

Sorry o missed spelled. Aftee setting it to lower case it started to work. But next problem is that my google home media player is showing off in ha