Hi All,
i had great help to get a triiger on place that reacts on a Doorbell to have Alexa announce a Visitor.
I am now trying to see if i can to something related which is bring up the Doorbell camera Stream when sone rings the bell.
This is the previous Auotmation
- id: "1742061084483"
alias: G4 Doorbell Announcement with Alexa
description: G4 Doorbell Announcement with Alexa
triggers:
- trigger: state
entity_id: binary_sensor.g4_doorbell_pro_doorbell
from: 'off'
to: 'on'
conditions: []
actions:
- action: media_player.play_media
target:
entity_id:
- media_player.echo_spot_arbeitszimmer
- media_player.echo_dot_gen_4_uhr_schlafzimmer
data:
media_content_type: custom
media_content_id: "Sprich mir nach. Es hat geklingelt: jemand steht vor der Haustür"
This is what i found, but i am unsure on how to combine this with the tirgger an if it will work.
views:
- title: Home
icon: mdi:house
popup_cards:
camera.front_door:
large: true
title: Front Door
card:
- type: picture-glance
entities:
- entity: binary_sensor.g4_doorbell_pro_doorbell
camera_image: camera.g4_doorbell_pro_high_resolution_channel
camera_view: live
aspect_ratio: 16:9
show_state: false
or is there a smarter way to do it. Also where would i but this as it is a “view”