Home Assistant allows anyone to create add-on repositories to share their add-ons for Home Assistant easily. This repository is one of those repositories, providing extra Home Assistant add-ons for your installation.
The primary goal of this project is to provide you (as a Home Assistant user) with additional, high quality, add-ons that allow you to take your automated home to the next level.
Adding this add-ons repository to your Home Assistant instance is pretty straightforward. Follow the instructions provided on the Home Assistant website.
Use the following URL to add this repository:
https://github.com/henryhst/hassio-addonsThis repository contains the following add-ons:
Bundeslebensmittelschlüssel (BLS) 4.0 mit Diabetes-Einheiten und Barcode-Scanner
Deutsche Nährwertdatenbank für Home Assistant mit gKH/BE/KE/FPE-Berechnung (WETID-inspiriert), Open Food Facts Barcode-Lookup und Rezeptrechner.
Features:
- Automatischer BLS 4.0 Download und SQLite-Import
- REST-API und Home Assistant Integration
- Diabetes-Einheiten: gKH, BE, KE, FPE
- Barcode-Scanner via Open Food Facts
- Eigene Lebensmittel und Rezepte
📚 Read the full add-on documentation
Network boot manager for operating systems and utilities
A convenient place to boot into any type of operating system or utility disk without the need of retrieving the ISO. Includes web interface, TFTP server, and asset hosting.
Features:
- Web management interface with Ingress support
- TFTP server for network booting (port 69/UDP)
- HTTP asset hosting server (port 8080)
- Local asset mirroring for faster boot times
- Support for Legacy BIOS and UEFI boot modes
- Multi-architecture support
📚 Read the full add-on documentation
Manage battery backup (UPS) devices
Network UPS Tools (NUT) provides support for monitoring and managing Uninterruptible Power Supplies (UPS), Power Distribution Units (PDU), and related power devices.
Features:
- Monitor local and remote UPS devices
- SSL/TLS support with certificate verification
- Forced SSL connections for enhanced security
- Home Assistant event integration
- Support for 140+ manufacturers and thousands of models
- UART, USB, and UDEV support
📚 Read the full add-on documentation
External quorum device for Proxmox VE clusters
Corosync QNetd (Quorum Network Daemon) provides an external vote for cluster quorum calculations. Essential for 2-node Proxmox VE clusters and preventing split-brain scenarios.
Features:
- External quorum vote for Proxmox VE clusters
- Prevents split-brain in 2-node clusters
- Support for even-numbered clusters (2, 4, 6+ nodes)
- TLS certificate management
- Configurable port and logging
- High availability support
📚 Read the full add-on documentation
NTP time server for your LAN powered by Chrony
Run a Chrony NTP server on Home Assistant. Synchronize from upstream NTP pools, serve time on UDP 123, and optionally use NTS or PTP hardware clocks.
Features:
- Configurable upstream NTP servers (comma-separated)
- Network Time Security (NTS) support
- Persistent drift file across restarts
- ESP32 reference-clock firmware included (hardware projects)
- Health check via
chronyc tracking
📚 Read the full add-on documentation
Got questions?
You have several options to get them answered:
In case you've found a bug, please open an issue on GitHub.
This repository uses GitHub Actions for continuous integration and deployment:
- 🏗️ Automated Builds: Docker images are automatically built for all architectures
- 🔏 Image Signing: All images are signed with Cosign for security
- 🔒 Security Scanning: Daily vulnerability scans with Trivy
- ✅ Quality Checks: Automated linting (YAML, Shell, Dockerfile)
- 📦 Multi-Arch Support: Images for aarch64 and amd64
| Workflow | Description | Trigger |
|---|---|---|
| Security Scan | Trivy vulnerability scanning | Push, PR, Daily, Manual |
| Build BLS Nährwertdatenbank | Builds bls_nutrition addon | Push, PR, Release |
| Build netboot.xyz | Builds netboot.xyz addon | Push, PR, Release |
| Build NUT | Builds NUT addon | Push, PR, Release |
| Build Corosync QNetd | Builds corosyncd addon | Push, PR, Release |
| Build Chrony NTP | Builds chronyd addon | Push, PR, Release |
| Lint | Code quality checks | Push, PR |
| Release | Version management | Release, Manual |
All Docker images are automatically scanned for vulnerabilities:
- Daily Scans: Automated security checks at 02:00 UTC
- PR Scans: Security validation on pull requests
- SARIF Reports: Results in GitHub Security tab
- Trivy Scanner: Industry-standard vulnerability detection
- Automated Patching: Security fixes applied during build
Report vulnerabilities: See our Security Policy
See .github/workflows/README.md for details.
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
Thank you for being involved! ❤️
MIT License
Copyright (c) 2025 henryhst
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.