بنقرة واحدة
ha-automation-trigger
Fire Aegis detection events in Home Assistant
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fire Aegis detection events in Home Assistant
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Real-time depth map privacy transforms using Depth Anything v2 (CoreML + PyTorch)
LLM & VLM evaluation suite for home security AI applications
YOLO 2026 — state-of-the-art real-time object detection
Google Coral Edge TPU — real-time object detection natively (macOS / Linux)
Google Coral Edge TPU — real-time object detection natively via Windows WSL
Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers
| name | ha-automation-trigger |
| description | Fire Aegis detection events in Home Assistant |
| version | 1.0.0 |
| parameters | [{"name":"ha_url","label":"Home Assistant URL","type":"url","default":"http://homeassistant.local:8123","required":true,"group":"Connection"},{"name":"ha_token","label":"Long-Lived Access Token","type":"password","required":true,"group":"Connection"}] |
| capabilities | {"automation":{"script":"scripts/ha_trigger.py","description":"Fires aegis_detection events in Home Assistant"}} |
Fires events in Home Assistant when Aegis detects activity. Use HA automations to turn on lights, send notifications, or trigger any HA action.
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
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt