You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
This is probably more me than the product, but I've set up a shared folder in my NAS where I store snapshots from my webcamera.
I would like to display these snapshots in a notification.
The image URL that I am sending is a file url: file://<my NAS>/docker/ha/snapshots/<mycamera>_latest.jpg
The script that I am testing this with looks like:
The URL checks out fine in the browser but does not show in the windows notification. I only get the title and the text.
I would love some hints as to what might be wrong, I searched through the documentation and issues here, but I couldn't find the answer. I am betting that it is something really silly though :)
The text was updated successfully, but these errors were encountered:
Hello,
By default HASS.Agent treats the image resources as a http/s resources, this is why URI "file://..." fails.
Would you please check your logs for following: "[NOTIFIER] Image download failed, dropping"?
Hello.
This is probably more me than the product, but I've set up a shared folder in my NAS where I store snapshots from my webcamera.
I would like to display these snapshots in a notification.
The image URL that I am sending is a file url:
file://<my NAS>/docker/ha/snapshots/<mycamera>_latest.jpg
The script that I am testing this with looks like:
The URL checks out fine in the browser but does not show in the windows notification. I only get the title and the text.
I would love some hints as to what might be wrong, I searched through the documentation and issues here, but I couldn't find the answer. I am betting that it is something really silly though :)
The text was updated successfully, but these errors were encountered: