homeassistant-bridge

Integrate Home Assistant camera entities with the Aegis AI platform for bidirectional data flow.

3.0k|463|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/SharpAI/DeepCamera --skill homeassistant-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: homeassistant-bridge
Source: https://github.com/SharpAI/DeepCamera/tree/main/skills/integrations/homeassistant-bridge
Command: npx skills add https://github.com/SharpAI/DeepCamera --skill homeassistant-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between your Home Assistant cameras and the Aegis AI platform, enabling AI-powered analysis of your camera feeds and seamless integration of results back into Home Assistant for automations.

Core Features & Use Cases

  • Bidirectional Integration: Streams camera feeds from Home Assistant into Aegis for AI processing (detection, VLM, REID).
  • Result Feedback: Pushes AI analysis results (objects, person identity) back to Home Assistant as image_processing entities.
  • Automation Triggering: Enables advanced automations in Home Assistant based on AI-detected events.
  • Use Case: Monitor your front door camera via Home Assistant. When Aegis detects a person, it sends an image_processing event to Home Assistant, triggering a notification to your phone and turning on your porch light.

Quick Start

Configure the Home Assistant Bridge skill with your Home Assistant URL and a long-lived access token to begin streaming camera feeds.

Frequently Asked Questions about homeassistant-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Home Assistant cameras with AI detection?

This Skill integrates Home Assistant cameras with AI detection by streaming camera feeds to the Aegis platform for processing. It then pushes analysis results back to Home Assistant as image_processing entities to trigger automations.

Can I trigger Home Assistant automations from AI camera analysis results?

Yes, you can trigger Home Assistant automations from AI analysis results. The Skill pushes detected objects or person identities back to Home Assistant as image_processing entities, enabling automations like notifications or turning on lights.

Do I need a long-lived access token to connect Home Assistant to Aegis?

Yes, a long-lived access token is required to connect Home Assistant to Aegis. You must configure the Skill with your Home Assistant URL and a long-lived access token to authenticate and begin streaming camera feeds.

How does camera entity discovery work for Home Assistant AI processing?

Camera entity discovery for AI processing works by capturing frames from specified HA cameras at configurable polling intervals. The Skill supports bidirectional data flow between your camera entities and the Aegis platform.

What is the best way to use VLM or REID with my Home Assistant camera feeds?

The best way to use VLM or REID with Home Assistant camera feeds is by streaming them into the Aegis platform via this Skill. It supports configurable polling intervals and feeds AI analysis results back to Home Assistant for automations.