Skills Artificial Intelligence Home Assistant AI Integration Bridge

Home Assistant AI Integration Bridge

v20260421
homeassistant-bridge
This bridge provides bidirectional integration between Home Assistant (HA) and advanced AI pipelines. It streams HA camera feeds into the AI system for sophisticated analysis (detection, VLM, REID). Conversely, the analysis results—such as detected objects, descriptions, and person identities—are sent back to HA as image_processing entities, enabling powerful automation and smart notifications.
Get Skill
311 downloads
Overview

Home Assistant Bridge

Bidirectional 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.

How It Works

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 alerts

Wraps

This skill builds on DeepCamera's src/home-assistant-py/ and src/home-assistant-nodejs/ modules.

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
Info
Name homeassistant-bridge
Version v20260421
Size 2.71KB
Updated At 2026-04-28
Language