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/blog/2024-10-01-assist-satellite-entity.md.

介绍 Assist satellite 实体

用户通常通过远程语音 satellite 与 Assist 进行交互,例如运行 ESPHome 的 ESP32-S3-BOX-3、运行 VoIP 的模拟电话等。管理这些 satellite 的集成使用了临时的 binary_sensorselect 实体,以允许用户配置 satellite 的pipeline、基于 pipeline state 进行自动化等。

新的 AssistSatelliteEntity 提供了一个表示语音 satellite 的 entity。它的 state 会跟随底层的 Assist pipeline,从而便于自动化。此外:

  • 新增了一个 announce action,可用于在支持的设备上进行广播。
  • 还新增了几个 websocket 命令,提供了一种统一的方式来获取和设置设备上的活动唤醒词。

esphomevoip 集成已经迁移到使用 AssistSatelliteEntitywyoming 集成将紧随其后。