Hello Community
I am using HA on a computer inside a KVM virtual machine
I am wondering how the external dir is working
my configuration is :
homeassistant:
allowlist_external_dirs:
- '/tmp/'
I can’t figure for myself where is located this directory
I am able to store files, and get these files, but to access to it, it’s mandatory to remember the exact name of each file, I don’t know how to verify, the content, the available space, or how to list/delete the old files
I tried to search by using external ssh access or by searching in the host, but it’s not clear
Is it exists a documentation which explain this functionality ?