Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarkWattTech/77b2755e5d938ccd2f86bc57758dd4aa to your computer and use it in GitHub Desktop.
Save MarkWattTech/77b2755e5d938ccd2f86bc57758dd4aa to your computer and use it in GitHub Desktop.
Code From Doorbell and Camera TV notifications video
## Taking the image
service: camera.snapshot
target:
entity_id: camera.e1_zoom
data:
filename: /config/tmp/camera.png
## TV Notification
service: notify.firestick_4k
data:
message: TV Camera Notification
title: TV Notification Demo
data:
duration: 20
fontsize: large
color: green
position: center
file:
path: /config/tmp/camera.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment