Alarm control panel

Home Assistant 可以为您提供一个类似于经典报警系统的界面。 请参阅手动报警模板报警进行报警配置。

Building block integration

This alarm control panel is a building block integration that cannot be added to Home Assistant directly, but is used and provided by other integrations. A building block integration differs from a typical integration that connects to a device or service. Instead, other integrations use this alarm control panel building block to provide entities, actions, and other functionality that you can use in your automations or dashboards. If one of your integrations uses this building block, this page documents the functionality the alarm control panel building block offers.

报警面板实体的状态

报警面板实体可以具有以下状态。并非所有集成都实现所有不同的状态。

  • 撤防:报警已撤防(关闭)。
  • 在家布防:报警已在家模式布防。
  • 外出布防:报警已外出模式布防。
  • 夜间布防:报警已夜间模式布防。
  • 度假布防:报警已度假模式布防。
  • 自定义旁路布防:报警已旁路模式布防。
  • 待定:报警处于待定状态(正在触发)。
  • 正在布防:报警正在布防过程中。
  • 正在撤防:报警正在撤防过程中。
  • 已触发:报警已被触发。
  • 不可用:实体当前不可用。
  • 未知:状态尚不清楚。

动作

根据特定集成支持的功能,报警可能会公开以下动作:

动作数据描述
alarm_arm_homeentity_id
code (可选)
在家模式布防报警。
alarm_arm_awayentity_id
code (可选)
外出模式布防报警。
alarm_arm_nightentity_id
code (可选)
夜间模式布防报警。
alarm_arm_vacationentity_id
code (可选)
度假模式布防报警。
alarm_disarmentity_id
code (可选)
撤防报警。
alarm_triggerentity_id
code (可选)
手动触发报警。
alarm_arm_custom_bypassentity_id
code (可选)
发送自定义旁路布防命令。