Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95548

When doorbell press then image from camera to android

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 95548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>