mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on Example 5.0.0
This commit is contained in:
parent
bfb9ce0942
commit
c5b9860095
5 changed files with 10 additions and 30 deletions
|
@ -674,10 +674,10 @@ SOFTWARE.
|
|||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.5.0
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.5.0/README.md
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v5.0.0
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v5.0.0/README.md
|
||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[example-version-shield]: https://img.shields.io/badge/version-v4.5.0-blue.svg
|
||||
[example-version-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg
|
||||
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#113)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🎆 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)
|
||||
- 📚 Hotfix repository link @frenck (#117)
|
||||
- 📚 Use new My Home Assistant link format @frenck (#120)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#109)
|
||||
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#112)
|
||||
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#119)
|
||||
|
|
|
@ -29,12 +29,6 @@ comparison to installing any other Home Assistant 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
|
||||
|
@ -133,7 +127,7 @@ 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
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_example&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[contributors]: https://github.com/hassio-addons/addon-example/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
|
@ -142,6 +136,4 @@ 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
|
||||
|
|
|
@ -37,5 +37,5 @@ It shows off several features and structures like:
|
|||
[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.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v4.5.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v5.0.0
|
|
@ -17,4 +17,4 @@ schema:
|
|||
seconds_between_quotes: int(1,120)
|
||||
slug: example
|
||||
url: https://github.com/hassio-addons/addon-example
|
||||
version: 4.5.0
|
||||
version: 5.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue