i have the strangest issues with where HA is changing the default directory i set up in docker. and unsure where to find the code causing the issue.
so below i looked at docker and you can see where is pointed.
however, i keep getting errors where by in stead of looking in /config/lovelace/includes HA keeps looking in /config/lovelace/includes/lovelace/includes
any ideas?
docker inspect homeassistant --format='{{json .Mounts}}' | jq
root@hbr-Latitude-E6420:/home/hbr/homeassistant# docker inspect homeassistant --format='{{json .Mounts}}' | jq
[
{
"Type": "bind",
"Source": "/home/hbr/homeassistant",
"Destination": "/config",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
}
]
root@hbr-Latitude-E6420:/home/hbr/homeassistant#
Errno 2] No such file or directory: '/config/lovelace/includes/lovelace/includes/lcars_mod_mobile.yaml'