Develop, configure, test, publish, and secure Home Assistant apps (formerly known as add-ons). Apps are Docker container images managed by the Home Assistant Supervisor that extend functionality — from MQTT brokers to file-sharing services and custom web UIs.
Apps (formerly called "add-ons") allow users to extend Home Assistant by running additional containerized applications alongside it. Under the hood, apps are Docker container images published to a container registry (e.g., GitHub Container Registry, Docker Hub). The Supervisor manages the full lifecycle: installation, configuration, starting, stopping, updating, and backups.
Developers create GitHub repositories containing one or more apps for easy community sharing.
Sviluppa, configura, testa, pubblica e proteggi le app Home Assistant (in precedenza componenti aggiuntivi): estensioni basate su Docker gestite dal Supervisore. Da utilizzare durante la creazione di nuove app, la scrittura di Dockerfile, la configurazione di config.yaml, l'impostazione di Ingress, la creazione di repository, l'implementazione di best practice di sicurezza o la pubblicazione in registri di contenitori. Fonte: borales/home-assistant-skills.