Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfra-me/ha-addon-repository
Template repository for a Home Assistant add-on repository
https://github.com/bfra-me/ha-addon-repository
addon addons hassio home-assistant homeassistant template
Last synced: about 19 hours ago
JSON representation
Template repository for a Home Assistant add-on repository
- Host: GitHub
- URL: https://github.com/bfra-me/ha-addon-repository
- Owner: bfra-me
- License: apache-2.0
- Created: 2022-10-08T06:58:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:20:50.000Z (24 days ago)
- Last Synced: 2024-10-23T19:58:36.851Z (24 days ago)
- Topics: addon, addons, hassio, home-assistant, homeassistant, template
- Language: Dockerfile
- Size: 586 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant Add-on Repository Template
This repository can be used as a "blueprint" for add-on development to help you get started.
Add-on documentation:
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fbfra-me%2Fha-addon-repository)
## Add-ons
This repository contains the following add-ons
### [Example add-on](./example)
![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
![Supports armhf Architecture][armhf-shield]
![Supports armv7 Architecture][armv7-shield]
![Supports i386 Architecture][i386-shield]_Example add-on to use as a blueprint for new add-ons._
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg?style=for-the-badge
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg?style=for-the-badge
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg?style=for-the-badge
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg?style=for-the-badge
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg?style=for-the-badge