#ring doorbell ding

1 messages · Page 1 of 1 (latest)

dusk cliff
#

i am trying to have my google mini say "someone is at front door" when the ring is pressed. I can't seem to get it to work. here's my latest try. what am i doing wrong?

alias: Front Door
description: ""
triggers:

  • trigger: state
    entity_id:
    • event.100_front_door_ring_camera_ding
      attribute: event_type
      to: detected an event
      conditions: []
      actions:
  • action: media_player.play_media
    target:
    entity_id: media_player.living_room_google_mini
    data:
    media_content_id: >-
    media-source://tts/tts.google_translate_en_com?message=Someone+is+at+front+door&language=en-us
    media_content_type: provider
    metadata:
    title: Someone is at front door
    thumbnail: https://brands.home-assistant.io/_/tts/logo.png
    media_class: app
    children_media_class: null
    navigateIds:
    - {}
    - media_content_type: app
    media_content_id: media-source://tts
    - media_content_type: provider
    media_content_id: >-
    media-source://tts/tts.google_translate_en_com?message=Someone+is+at+front+door&language=en-us
    mode: single
final muralBOT
#

@dusk cliff To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

silver maple