⬆️ Updating add-on Example to 43d3c2a

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-12 19:03:31 +00:00
parent cd58e94fb6
commit cf9f9c2aaf
4 changed files with 23 additions and 13 deletions

View file

@ -487,10 +487,10 @@ SOFTWARE.
[appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/5dc3347 [addon-example]: https://github.com/hassio-addons/addon-example/tree/43d3c2a
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5dc3347/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/43d3c2a/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-5dc3347-blue.svg [example-version-shield]: https://img.shields.io/badge/version-43d3c2a-blue.svg
[example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.svg [example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.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

View file

@ -1,5 +1,11 @@
# Changelog since v1.4.0 # Changelog since v1.4.0
2018/07/07 06:41 UTC - [5dc3347](https://github.com/hassio-addons/addon-example/commit/5dc334722b6bfa0d0cb0dc72bb6689aea4c81182) by [@frenck](https://github.com/frenck) 2018/08/12 18:41 UTC - [43d3c2a](https://github.com/hassio-addons/addon-example/commit/43d3c2add104a861583ed36707f0f6834557d86a) by [@frenck](https://github.com/frenck)
> :books: Updates READMEs
2018/08/12 18:41 UTC - [98a8d8a](https://github.com/hassio-addons/addon-example/commit/98a8d8aa9eb2321d470ac12cb7d77440d94d8001) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.1.0
2018/08/12 18:41 UTC - [5dc3347](https://github.com/hassio-addons/addon-example/commit/5dc334722b6bfa0d0cb0dc72bb6689aea4c81182) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base images in build.json as well > :arrow_up: Upgrades base images in build.json as well

View file

@ -6,6 +6,8 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
Example add-on by Community Hass.io add-ons. Example add-on by Community Hass.io add-ons.
## About ## About
@ -46,14 +48,16 @@ If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository> <https://github.com/hassio-addons/repository>
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-example/blob/43d3c2a/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io?u=frenck [forum]: https://community.home-assistant.io?u=frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[release-shield]: https://img.shields.io/badge/version-5dc3347-blue.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png
[release]: https://github.com/hassio-addons/addon-example/tree/5dc3347 [patreon]: https://www.patreon.com/frenck
[docs]: https://github.com/hassio-addons/addon-example/blob/5dc3347/README.md [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [release-shield]: https://img.shields.io/badge/version-43d3c2a-blue.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck [release]: https://github.com/hassio-addons/addon-example/tree/43d3c2a

View file

@ -1,6 +1,6 @@
{ {
"name": "Example", "name": "Example",
"version": "5dc3347", "version": "43d3c2a",
"slug": "example", "slug": "example",
"description": "Example add-on by Community Hass.io Add-ons", "description": "Example add-on by Community Hass.io Add-ons",
"url": "https://github.com/hassio-addons/addon-example", "url": "https://github.com/hassio-addons/addon-example",