diff --git a/README.md b/README.md index a979cd03..eb6d38a1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 7fe9fd13..ecb519af 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -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) diff --git a/example/DOCS.md b/example/DOCS.md index 41649539..b0a9ffa1 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -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 diff --git a/example/README.md b/example/README.md index 16bd3713..aef06cc9 100644 --- a/example/README.md +++ b/example/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 67680347..f4bdd660 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -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