c49392af51f6f1990779b2be7216b02fd668cb2d
HAOS Integrations
A collection of custom integrations for Home Assistant.
Repository Structure
haos-integrations/
├── immich_album_watcher/ # Immich Album Watcher integration
│ ├── __init__.py
│ ├── binary_sensor.py
│ ├── camera.py
│ ├── config_flow.py
│ ├── const.py
│ ├── coordinator.py
│ ├── manifest.json
│ ├── sensor.py
│ ├── services.yaml
│ ├── strings.json
│ ├── icon.png
│ ├── README.md
│ └── translations/
│ ├── en.json
│ └── ru.json
├── .gitignore
├── LICENSE
└── README.md
Available Integrations
| Integration | Description | Documentation |
|---|---|---|
| Immich Album Watcher | Monitor Immich albums for changes with sensors, events, and face recognition | README |
Installation
Manual Installation
- Download or clone this repository
- Copy the desired integration folder (e.g.,
immich_album_watcher) to your Home Assistantcustom_componentsdirectory - Restart Home Assistant
- Add the integration via Settings → Devices & Services → Add Integration
HACS Installation
- Open HACS in Home Assistant
- Go to Integrations → Custom repositories
- Add this repository URL
- Install the desired integration
- Restart Home Assistant
Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Languages
Python
71%
Svelte
25.6%
TypeScript
1.6%
CSS
1%
Jinja
0.5%
Other
0.2%