Skills Engineering Trigger Home Assistant Automation from Aegis

Trigger Home Assistant Automation from Aegis

v20260421
ha-automation-trigger
This skill integrates Aegis detection events directly into Home Assistant. By firing specific `aegis_detection` events, it allows users to automate actions in their smart home setup. Users can configure automations to automatically turn on lights, send notifications, or execute complex routines based on detected security activity. Requires HA credentials for secure connection.
Get Skill
246 downloads
Overview

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
Info
Category Engineering
Name ha-automation-trigger
Version v20260421
Size 2.08KB
Updated At 2026-04-28
Language