piotrtobolski / ha-addons

Home Assistant addons
Apache License 2.0
1 stars 1 forks source link

addon_configs directory is not available in running docker image, therefore custom configuration files are not available #2

Closed namelessone667 closed 1 month ago

namelessone667 commented 1 month ago

in config.yaml there is addon_config home assistant directory type mapped:

map:

  • addon_config:rw

but when the addon is startedf, this direcotry is not mounted and not availabe in docker container. Therefore custom configuration files are not available.

Please consider to change this mapping as in original ebusd addon from LukasGrebe, as this is working ok:

map:

  • config:rw
namelessone667 commented 1 month ago

my fault, it is working as intended, but the custom configuration files need to be copied to addon_configs/6f73efee-ebusd directory to be available in running ebusd container