For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /developers/apps.md.

开发应用

Home Assistant 的 app(以前称为 add-ons)允许用户扩展 Home Assistant 周边的功能。这可以是运行 Home Assistant 可以集成的应用程序(如 MQTT broker),或者通过 Samba 共享配置以便于从其他计算机编辑。app 可以通过 Home Assistant 中的 Supervisor 面板进行配置。

在底层,app 是发布到容器 registry(如 GitHub container registryDocker Hub)的容器镜像。开发者可以创建 GitHub 仓库,其中包含多个 app,以便于与社区分享。

有用链接: