@bpmittal wrote:
can anyone guide me how to make an automation in which when i press the doorbell button then my door camera captures picture and gives a notification in my android mobile with that image and a sound .?
is that possible how ?
like in this example a notification in media player but i want in android.
# This automation triggers when the doorbell button is pushed # and out the front door camera stream to the tv. # automation: - alias: "Doorbell Camera" trigger: platform: state entity_id: binary_sensor.doorbell_button to: 'on' action: - service: camera.play_stream data: entity_id: camera.front_door media_player: media_player.living_room_tv
Posts: 5
Participants: 4