mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 04:31:25 +00:00
🎉 Release of add-on Example 4.5.0
This commit is contained in:
parent
603d2a5b34
commit
6d0909f1a2
5 changed files with 41 additions and 13 deletions
|
@ -1,10 +1,22 @@
|
|||
## What’s changed
|
||||
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#113)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Update CI Workflows @frenck (#106)
|
||||
- 🎆 Updates maintenance/license year to 2022 @frenck (#108)
|
||||
- Pass in CAS API Key to deployment @frenck (#114)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Use yaml instead of json for add-on files @ludeeus (#111)
|
||||
- 📚 Add My buttons to documentation @frenck (#115)
|
||||
- Put my button on new line @frenck (#116)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 10.2.3 @frenck (#105)
|
||||
- ⬆️ Upgrades add-on base image to 11.0.0 @frenck (#107)
|
||||
- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#109)
|
||||
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#112)
|
||||
|
|
|
@ -20,10 +20,21 @@ It shows off several features and structures like:
|
|||
The installation of this add-on is pretty straightforward and not different in
|
||||
comparison to installing any other Home Assistant add-on.
|
||||
|
||||
1. Search for the "Example" add-on in the Supervisor add-on store and install it.
|
||||
1. Click the Home Assistant My button below to open the add-on on your Home
|
||||
Assistant instance.
|
||||
|
||||
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
|
||||
|
||||
1. Click the "Install" button to install the add-on.
|
||||
1. Start the "Example" add-on.
|
||||
1. Check the logs of the "Example" add-on to see it in action.
|
||||
|
||||
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||
However, if it is missing (for any reason), you can add it by clicking the
|
||||
button My button below.
|
||||
|
||||
[!Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||
|
||||
## Configuration
|
||||
|
||||
Eventought this add-on is just an example add-on, it does come with some
|
||||
|
@ -101,7 +112,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2021 Franck Nijhof
|
||||
Copyright (c) 2017-2022 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -121,6 +132,8 @@ 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.
|
||||
|
||||
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_example
|
||||
[contributors]: https://github.com/hassio-addons/addon-example/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
|
@ -129,4 +142,6 @@ SOFTWARE.
|
|||
[issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-example/releases
|
||||
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[semver]: http://semver.org/spec/v2.0.0.html
|
||||
|
|
|
@ -19,7 +19,7 @@ It shows off several features and structures like:
|
|||
|
||||
- Full blown GitHub repository.
|
||||
- General Dockerfile structure and setup.
|
||||
- The use of the `config.json` and `build.json` files.
|
||||
- The use of the `config.yaml` and `build.yaml` files.
|
||||
- General shell scripting structure (`run.sh`).
|
||||
- Quality assurance using CodeClimate.
|
||||
- Continuous integration and deployment using GitLab.
|
||||
|
@ -33,9 +33,9 @@ It shows off several features and structures like:
|
|||
[forum]: https://community.home-assistant.io?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v4.4.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v4.5.0
|
|
@ -4,6 +4,7 @@ arch:
|
|||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Example add-on by Community Home Assistant Add-ons
|
||||
image: ghcr.io/hassio-addons/example/{arch}
|
||||
init: false
|
||||
|
@ -16,4 +17,4 @@ schema:
|
|||
seconds_between_quotes: int(1,120)
|
||||
slug: example
|
||||
url: https://github.com/hassio-addons/addon-example
|
||||
version: 4.4.0
|
||||
version: 4.5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue