技能 硬件工程 Aegis到Home Assistant自动化联动

Aegis到Home Assistant自动化联动

v20260421
ha-automation-trigger
本技能用于在Aegis系统检测到活动时,向Home Assistant推送事件。用户可以在Home Assistant中设置自动化流程,基于这些检测事件触发智能家居动作,例如点亮走廊灯、发送警报或执行联动场景,实现智能安防系统的高效联动。
获取技能
246 次下载
概览

Home Assistant Automation Trigger

Fires events in Home Assistant when Aegis detects activity. Use HA automations to turn on lights, send notifications, or trigger any HA action.

Example HA Automation

automation:
  trigger:
    - platform: event
      event_type: aegis_detection
  condition:
    - condition: template
      value_template: "{{ trigger.event.data.camera == 'front_door' }}"
  action:
    - service: light.turn_on
      target:
        entity_id: light.porch

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
信息
Category 硬件工程
Name ha-automation-trigger
版本 v20260421
大小 2.08KB
更新时间 2026-04-28
语言