Expert guidance for building, configuring, and publishing Home Assistant add-ons with Docker, Supervisor integration, and multi-architecture support.
| Permission errors | Permission denied on supervisor API calls | Use correct SUPERVISORTOKEN and API endpoints | | Configuration validation | Add-on won't load | Validate config.yaml schema before publishing | | Docker base image errors | Missing dependencies in runtime | Use official Home Assistant base images (ghcr.io/home-assistant) |
| Ingress misconfiguration | Web UI not accessible through HA | Configure nginx reverse proxy correctly | | Multi-arch build failures | Add-on only works on one architecture | Set up build.yaml with architecture matrix |
Разрабатывайте надстройки Home Assistant с помощью Docker, Supervisor API и многоархитектурных сборок. Используйте при создании надстроек, настройке Dockerfiles, настройке входа или публикации в репозитории. Активируется по ключевым словам: надстройка, аддон, супервизор, hassio, ingress, bashio, docker. Источник: nodnarbnitram/claude-code-extensions.