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.
ホーム アシスタント アプリ (旧アドオン) を開発、構成、テスト、公開、保護します。スーパーバイザーによって管理される Docker ベースの拡張機能です。新しいアプリの作成、Dockerfile の作成、config.yaml の構成、Ingress のセットアップ、リポジトリの構築、セキュリティのベスト プラクティスの実装、またはコンテナー レジストリへの公開を行うときに使用します。 ソース: borales/home-assistant-skills。