Im having trouble getting this to trigger. Basically when my phone is detected as being at home i want a specific Google Home Mini device to speak “Welcome Home”. I’m testing it on a Samsung Note 9 with a fake GPS app to spoof my location so HA thinks i am home/away. I’m getting no speech when i “come home” and i can’t figure out what i am doing wrong. Any advice welcome
- id: '1611874720423'
alias: Welcome home
description: ''
trigger:
- platform: device
device_id: 0cb364362e78cde13a9fd0a540473e75
domain: device_tracker
entity_id: device_tracker.note_9
type: enters
zone: zone.home
action:
- service: tts.google_translate_say
entity_id: media_player.hallway_speaker
data: {}
message: 'Welcome home'