I am going to have several notification logfiles, so I would lke to put them in a subfolder of /CONFIG/
called log_files
. Is it possible?
The documentation on the file integration only mentions a filename, and I know by exeriment that that is created in /CONFIG/
.
By experiment (in HA version 2024.2.2) I found
- including a path in the filename –
log_files/logtest.txt
does not work, with or without a leading slash - Addin the key
file_path: log_files/
combined withfilename:logtest.txt
does not work, with or without a leading slash
So, can it be done ? If so, how?