Homeassiant?

hi has anyone use smart doorbell with homeassiant to know when someone at door useing text to speach on google speaker and is anyone planing on new google speaker i have austim and adhd

I have a Ring doorbell that is directly linked to Alexa (not through HA) and announces when someone is at the door.

P.S. I assume that I could do this through HA with the Alexa Integration, but it is easier to go directly between Ring and Alexa.

Yes, I do. Do you have a question about it?

Here is part of one of my scripts for when the doorbell is pressed if that helps:

          - action: chime_tts.say
            target:
              entity_id: media_player.broadcast_group
            data:
              message: Someone is at the front door
              tts_platform: cloud
              fade_audio: true
              chime_path: ding_dong
              announce: true
        continue_on_error: true
        alias: Chime TTS to Broadcast group

It’s now using the ChimeTTS Integration but I was previously simply using Google TTS. This is still playing the TTS on Google speakers though.