New HA user so im hoping im just missing something here.
I have a binary sensor in an automation that used to work, then the device itself went bad so i replaced it which changed the entity ID so i updated the ID in the automation and now its not actually doing what its supposed to do. I have a Unifi G4 Doorbell and the automation is supposed to announce over a google speaker group that someone is at the door when the sensor is tripped. Since replacing the original device and updating the ID its not doing the announcement part. If i take that portion out of the automation and put it in the service section of developer tools it announces as its supposed to so i know that piece is correct but im not sure what to do here.
- entity_id: binary_sensor.doorbell_front_doorbell_2
from:
platform: state
to: 'on'
condition: []
action:
- data:
entity_id: group.media_players
message: Someone is at the front door.
service: tts.google_translate_say