Thanks for this blueprint.
I am able to make the card working
I was trying to make action to send the same notification to Andriod TV with snapshoot image, but I was not successul to display the image. the notification pop-up on the TV with only text messeges.
maybe the file command not correct. i am using the local file camera entity. please advice
Hello and thank you for this project and I report that everything works but I am asking for help because I would like to add a button in this diagram, I have a door that opens with an electric strike and I use this diagram as a doorbell that sends me a photo after pressing the doorbell. What I want is to along with the notification, a photo and an open door or don’t open the door button were displayed, can someone help me? Please.
- alias: "Set up variables for the actions"
variables:
# Including an id in the action allows us to identify this script run
# and not accidentally trigger for other notification actions
action_open: "{{ 'OPEN_' ~ context.id }}"
action_close: "{{ 'CLOSE_' ~ context.id }}"
- alias: "Ask to close or open the blinds"
service: notify.mobile_app_<your_device>
data:
message: "The blinds are half-open. Do you want to adjust this?"
data:
actions:
- action: "{{ action_open }}"
title: Open
- action: "{{ action_close }}"
title: Close
Basically, you can create a script to open the door and close then use a notification action to trigger these events.
Yes, I want to add up to 3 Actions to it by default! I gotten it started but took a small pause on it. That is a good option. I also wanted to try unlocking the door as well. I’ll let you know when I have it implemented in this blueprint.
Hmm, ok. I will take a look. I thought it would be the same as they are both Android devices. I’ll look into setting that up as well. I have a Google TV I think I could test on…
Hi guys! This is exactly what I was looking for, everything seems to be working, the jpgs are being saved into the correct folder, and the old ones are being archived.
The only issue is that the jpgs are all empty files! What am I doing wrong?
How could I do to be notified on home application mobile + discord, with little picture in discord notification ?
I use discord intégration and have a bot.
Thanks in advance
maybe I’m missing something but how do I set up the automation to use my notify group?
It is not selectable, only my two mobile apps show up in the device list.
Heya! I think i added support for notification groups! Add you group name in the selector and see if it works as intended. Seems to be working in my testing!
I simplified the code for that, see if the new version works for the critical notification. I don’t know how to fix or what is the matter with the thumbnail notification on iOS, I cannot test it, only android devices here…
As soon as I write the name of the group and leave the selector it changes back to one of the two supported (single) devices.
I think the selector only supports devices of the integration ‘mobile_app’.
EDIT:
Never mind… I was just not using the latest version of your Blueprint. Everything works as it should!
Sorry for the confusion and thanks for your help!