Bidirectional Home Assistant integration — HA cameras in, detection results out
54
61%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/integrations/homeassistant-bridge/SKILL.mdBidirectional integration: HA camera feeds flow into Aegis's AI pipeline (detection → VLM → REID), and analysis results flow back as HA image_processing entities for automations.
Home Assistant SharpAI Aegis
────────────── ──────────────
camera.front_door ───────────► Detection → VLM → REID
camera.backyard ↓
Analysis results
image_processing.aegis_* ◄────── → objects, descriptions
→ HA automations → person identity
→ notifications → smart alertsThis skill builds on DeepCamera's src/home-assistant-py/ and src/home-assistant-nodejs/ modules.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt2264fcb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.