-
Notifications
You must be signed in to change notification settings - Fork 755
Description
Describe the issue you are experiencing
Read this this post it's not just me https://community.home-assistant.io/t/local-add-on-not-showing-up-in-addon-store/352406
What type of installation are you running?
Home Assistant Supervised
Which operating system are you running on?
Home Assistant Operating System
Steps to reproduce the issue
Running latest OS and Supervisor > Findings
Known issue: Multiple forum reports of local add-ons not being detected
Community thread with 50+ replies
Common problem with no universal solution
Works for some users, not for others
Directory confusion:
Documentation mentions /addons/ (maps to /config/addons/ via Samba)
Some users report /addons/local/ works
Others report /config/addons/ should work
Behavior is inconsistent
What we tested:
/config/addons/myapp/ — not detected
/config/addons/local/myapp/ — not detected
/addons/local/myapp/ — not detected
Local git repository — not detected
Supervisor logs:
No scanning of /config/addons/
No scanning of /addons/local/
No errors (because it never attempts to scan)
Only git repository updates from /data/addons/git/*
Anything in the Supervisor logs that might be useful for us?
No error in logsSystem information
Findings
Known issue: Multiple forum reports of local add-ons not being detected
Community thread with 50+ replies
Common problem with no universal solution
Works for some users, not for others
Directory confusion:
Documentation mentions /addons/ (maps to /config/addons/ via Samba)
Some users report /addons/local/ works
Others report /config/addons/ should work
Behavior is inconsistent
What we tested:
/config/addons/myapp/ — not detected
/config/addons/local/myapp/ — not detected
/addons/local/myapp/ — not detected
Local git repository — not detected
Supervisor logs:
No scanning of /config/addons/
No scanning of /addons/local/
No errors (because it never attempts to scan)
Only git repository updates from /data/addons/git/*
Supervisor diagnostics
No response
Additional information
No response