mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 07:21:01 +01:00
Home Assistant Community Add-on: Example
Example add-on by Community Home Assistant add-ons.
About
This is an example add-on for Home Assistant. When started, it displays a random quote every 5 seconds.
It shows off several features and structures like:
- Full blown GitHub repository.
- General Dockerfile structure and setup.
- The use of the
config.jsonandbuild.jsonfiles. - General shell scripting structure (
run.sh). - Quality assurance using CodeClimate.
- Continuous integration and deployment using GitLab.
- Usage of the Community Home Assistant Add-ons build environment.
- Small use of the Bash function library in our base images.
- The use of Docker label schema.

