- service: notify.mobile_app_xxxx
data:
title: "Sound!"
message: "The house is on fire and the cat's stuck in the dryer!"
data:
push:
sound:
name: default
critical: 1
volume: 1.0
- delay:
seconds: 5
- service: notify.mobile_app_xxxx
data:
title: "mobile app"
message: "Trying to send video feed"
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.enterance
The sound and messages will work without any issue, but images are not working.
I am using the latest beta 2020.6 (1), and I tried removing the app, reinstalling & reset. nothing worked. I can see in the app that the synced category camera with the matching actions as configured
Is this a typo? Otherwise the contents of the notifications look fine. You do not need to set up manual category definitions for camera - they’re by default. I suggest you try using the Developer Tools > Services to try and send the notification directly and add complexity like automations after that’s working.
I know it’s been a few months, but I was wondering if you ever got this working?
I started today playing around with critical notifications while trying to add an attachment, and haven’t had any success.
I can easily do one or the other, but cannot add a critical notification with my camera feed attachment.
It is frustrating, because when I have something that is deemed critical it would be the absolute best use case for sending an attachment which can be glanced at without having to open the HA app.