Its working for me. Thanks by the way, I have tried most of your great components. This one is nice and easy and fast i dig it. Im trying to teach it some faces but not having any luck, its probably the path.
I run HA in docker on ubuntu, i have a file located here ‘/home/homeassistant/.homeassistant/www/d2.jpg’
‘.homeasssitant’ is my config folder according to docker, so when i call files in other automations or scripts ‘/local/example.png’ works fine.
Examples:
{
"name": "Batman",
"file_path": "/local/d2.jpg"
}
{
"name": "Batman",
"file_path": "http://ipaddress:port/local/d2.jpg" ##Ive tested and this does pull up the image in a browser.
}
{
"name": "Batman",
"file_path": "/home/homeasssitant/.homeassistant/d2.jpg"
}
I dont see anything in the logs about it either.
Any help is appreciated!