|
| 1 | +# Staerk Home Assistant Add-ons |
| 2 | + |
| 3 | +[![License][license-shield]][license] |
| 4 | + |
| 5 | +## About |
| 6 | + |
| 7 | +Home Assistant add-ons repository by Jeppe Stærk. These add-ons extend the functionality of your Home Assistant installation. |
| 8 | + |
| 9 | +## Installation |
| 10 | + |
| 11 | +Click the button below to add this repository to your Home Assistant instance: |
| 12 | + |
| 13 | +[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url={{ repo | safe}}) |
| 14 | + |
| 15 | +Or use the following URL to add this repository: |
| 16 | + |
| 17 | +```txt |
| 18 | +{{ repo }} |
| 19 | +``` |
| 20 | + |
| 21 | +## Add-ons |
| 22 | + |
| 23 | +{% for addon in addons %} |
| 24 | +### ✓ [{{ addon.name }}][addon-{{ addon.target }}] |
| 25 | + |
| 26 | +![Latest Version][{{ addon.target }}-version-shield] |
| 27 | +![Supports armhf Architecture][{{ addon.target }}-armhf-shield] |
| 28 | +![Supports armv7 Architecture][{{ addon.target }}-armv7-shield] |
| 29 | +![Supports aarch64 Architecture][{{ addon.target }}-aarch64-shield] |
| 30 | +![Supports amd64 Architecture][{{ addon.target }}-amd64-shield] |
| 31 | +![Supports i386 Architecture][{{ addon.target }}-i386-shield] |
| 32 | + |
| 33 | +{{ addon.description }} |
| 34 | + |
| 35 | +[:books: {{ addon.name }} add-on documentation][addon-doc-{{ addon.target }}] |
| 36 | + |
| 37 | +{% endfor %} |
| 38 | + |
| 39 | +## Support |
| 40 | + |
| 41 | +Got questions? |
| 42 | + |
| 43 | +- Create an issue on GitHub for bug reports, feature requests, or questions |
| 44 | +- Add a ⭐️ [star on GitHub]({{ repo }}) to support the project |
| 45 | + |
| 46 | +## Acknowledgments |
| 47 | + |
| 48 | +Special thanks to [Franck Nijhof][frenck] and the [Home Assistant Community Add-ons][ha-addons] project for their invaluable work. This add-on heavily relies on their foundation: |
| 49 | + |
| 50 | +- Base container images |
| 51 | +- CI, workflows and best practices |
| 52 | +- Readme and docs templates |
| 53 | + |
| 54 | +Their open-source contributions make add-ons like this possible. |
| 55 | + |
| 56 | +## License |
| 57 | + |
| 58 | +MIT License - Copyright (c) 2025 Jeppe Stærk |
| 59 | + |
| 60 | +{% for addon in addons %} |
| 61 | +[addon-{{ addon.target }}]: {{ addon.repo }}/tree/{{ addon.version }} |
| 62 | +[addon-doc-{{ addon.target}}]: {{ addon.repo }}/blob/{{ addon.version }}/README.md |
| 63 | +[{{ addon.target }}-issue]: {{ addon.repo }}/issues |
| 64 | +[{{ addon.target }}-version-shield]: https://img.shields.io/badge/version-{{ addon.version }}-blue.svg |
| 65 | +{% for arch in ['aarch64', 'amd64', 'armhf', 'armv7', 'i386'] %} |
| 66 | +{% if arch in addon.archs %} |
| 67 | +[{{ addon.target }}-{{ arch }}-shield]: https://img.shields.io/badge/{{ arch }}-yes-green.svg |
| 68 | +{% else %} |
| 69 | +[{{ addon.target }}-{{ arch }}-shield]: https://img.shields.io/badge/{{ arch }}-no-red.svg |
| 70 | +{% endif %} |
| 71 | +{% endfor %} |
| 72 | +{% endfor %} |
| 73 | +[license]: https://github.com/staerk-ha-addons/repository/blob/main/LICENSE |
| 74 | +[license-shield]: https://img.shields.io/github/license/staerk-ha-addons/repository.svg |
0 commit comments