https://github.com/pipeless-ai/home-assistant-custom-component
Custom component to integrate Pipeless Agents with home assistant
https://github.com/pipeless-ai/home-assistant-custom-component
automation computer-vision home-assistant home-automation vision vision-api visionprocessing webhooks
Last synced: about 1 month ago
JSON representation
Custom component to integrate Pipeless Agents with home assistant
- Host: GitHub
- URL: https://github.com/pipeless-ai/home-assistant-custom-component
- Owner: pipeless-ai
- Created: 2024-05-08T09:03:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T13:28:51.000Z (about 2 years ago)
- Last Synced: 2025-07-23T06:26:17.785Z (11 months ago)
- Topics: automation, computer-vision, home-assistant, home-automation, vision, vision-api, visionprocessing, webhooks
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pipeless Agents for Home Assistant
This integration allows you to add computer vision in an easy way to your cameras to perform actions in real-time.
It integrates using webhooks with Home Assistant in order to invoke actions.
## Requirements
To use this integration you must have FFmpeg installed in your system.
TODO: use a container instead
## Installation
Easiest install is via [HACS](https://hacs.xyz/):
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=blakeblackshear&repository=home-assistant-custom-component&category=integration)
`HACS -> Integrations -> Explore & Add Repositories -> Pipeless Agents`
### Advanced
For manual installation for advanced users, copy `custom_components/pipeless` to
your `custom_components` folder in Home Assistant.
Please visit the [main Pipeless Agents documentation](https://docs-agents.pipeless.ai/) for full installation instructions of this integration.
## Known Issues
- [ ] Adding more than one camera per user fails. This is probably due to how the FFmpeg process is created. If some Home Assistant expert knows a better way of running it please let us know.
- [ ] Sometimes adding a config entry results in a config entry duplication.