Hi
Do you know how to send a notification with a camera image ?
self.call_service("camera/snapshot", entity_id="camera.parking",filename="/config/www/snapshots/camera.jpg")
self.call_service("notify/mobile_app_sm_a505fn", message="The Garage Door has been Left Open",data="file:/config/www/snapshots/camera.jpg")
Then in conjunction with this, one could use the folder watcher integration to automatically fire that snap over a notification once the snapshot image file is created.
I don’t use email to send notifications, however I’m sure that’s possible. Worth having a look through the documentation.
My suggestion is to use either the mobile app or Telegram. I’ve found these services to work really well.
And your other question, taking a picture. You need a camera entity setup.
If you look at my previous post.
In this case, self.camera is just a variable that refers to my camera entity camera.amcrest_stream