⬆️ Updating add-on Example to 5878aa2

This commit is contained in:
Community Hass.io Add-ons Bot 2022-01-07 17:42:02 +00:00
parent 7b7d367a6b
commit 6dbfe20bd4
5 changed files with 11 additions and 12 deletions

View file

@ -741,10 +741,10 @@ SOFTWARE.
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bookstack-i386-shield]: https://img.shields.io/badge/i386-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/9e7f5b7 [addon-example]: https://github.com/hassio-addons/addon-example/tree/5878aa2
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/9e7f5b7/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5878aa2/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues [example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-9e7f5b7-blue.svg [example-version-shield]: https://img.shields.io/badge/version-5878aa2-blue.svg
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,3 @@
# Changelog since v4.3.1 # Changelog since v4.4.0
- ⬆️ Upgrades add-on base image to 11.0.0 (#107) - ⬆️ Upgrades add-on base image to 11.0.1 (#109)
- Update CI Workflows (#106) - 🎆 Updates maintenance/license year to 2022 (#108)
- ⬆️ Upgrades add-on base image to 10.2.3 (#105)

View file

@ -101,7 +101,7 @@ check [the contributor's page][contributors].
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -52,9 +52,9 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io?u=frenck [forum]: https://community.home-assistant.io?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-9e7f5b7-blue.svg [release-shield]: https://img.shields.io/badge/version-5878aa2-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/9e7f5b7 [release]: https://github.com/hassio-addons/addon-example/tree/5878aa2

View file

@ -16,4 +16,4 @@ schema:
seconds_between_quotes: int(1,120) seconds_between_quotes: int(1,120)
slug: example slug: example
url: https://github.com/hassio-addons/addon-example url: https://github.com/hassio-addons/addon-example
version: 9e7f5b7 version: 5878aa2