Hi, in this addon_folders, i have a file that i need to change with a shell command, but the shell command is executed from the hassio container … so
\addon_configs is not the correct path to it… , thats why my shell command is failing with file not found…
i entered the hassio container with:
docker exec -it homeassistant /bin/bash
i tought it would be here, but it isnt… there is no data folder in the mnt
I just need to edit a file within the “addon_config” folder with a script or shell command, I want to edit this file with an automation that I run
Just need the correct path to the file
To do that you look at the add-on to see if there is something in the configs to change it or you contact the add-on author as an issue or feature request.
Anything else you are on your own. It is not a good idea. Things can break.