service: notify.TVSoggiorno
data:
message: “Marco, qualcuno ha lasciato una porta aperta. La porta dell’ingresso è
{{ states.sensor.opening_door.state }}. La porta
della cucina è {{ states.sensor.kitchen_door.state
}}. La porta dello studio è {{ states.sensor.studio_door.state
}}. La finestra del bagno è {{ states.sensor.bathroom_door.state
}}.”
data:
icon: “/local/jarvis.png”
Also this code didn’t changed (and works if the message is sent to pushbullet).
Anyone recently do a software upgrade?
Mine works fine right now and my tv is telling me to update it, but i don’t want it to break on me and have HA not see it all.
How do I add an icon to the notification? The documentation seems to be for hassbian or similar…
I am running Hass.io and was hoping to use existing .png files in my www folder. Has anyone been able to do this?
Ive tried different paths and /local/file.png and even tried mdi icons but the notification doesnt show.
Removing the data and icon lines seems to fix it but i get no icons
- id: 123
alias: Lounge TV Dinner time
trigger: []
action:
- data:
data:
icon: www/images/dinner.png
message: Food Time...Come and Eat
service: notify.lounge_tv
So under my config folder I have a www folder and under that I have the images folder.
So if you just the have www folder just omit the images/ and put your filename in there like my dinner.png
I can’t get this to work either. I have tried different size images and mdi icons and different paths. The notification just doesn’t work if I add the data: icon: lines
Do you use the automation editor or do it all in yaml?
If you use the editor you should be able to copy and paste from dev tools to the automation editor.
Otherwise I would suggest looking for an extra space or something in the yaml.