I don’t know what i am doing wrong here, seems everything is perfect still I do not get notification.
- alias: Garage Door Cam Notify
trigger:
platform: state
entity_id: cover.garage_door_opener
from: 'closed'
to: 'open'
action:
service: notify.ios_device__iphone_imtiyaz
data:
message: Garage Door Opened
data:
push:
category: camera
entity_id: camera.garage
Have you tried refreshing your notifications within the app? The camera feed works for me. What I can’t seem to get working is the combination of actionable notifications with a camera. Seems to be one or the other.
Yeah I can’t get the thumbnail either. Were you able to get the actionable notifications like a close garage door command to work? I can just get the camera feed or the actions but not both together
I’ve just tried one or the other, I’ve held off on moving a camera out into the garage until I get the thumbnails working. I’ll mess around with it tonight with my camera I already have set up and see what I can get going. I’m guessing i’ll have the same luck as you, but I will still take a look.
Tried some things on my end and it looks like having two categories isn’t currently supported. I’m not even sure if iOS supports two categories. The fix may be that we have the ability to inherit from other categories when making our own, but that looks like a change that is needed on both home assistant and on the iOS app.