From f13c3bde08752c30d0ce836b942c30f07a2d91b9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 1 Nov 2021 19:40:25 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 734cd9d --- README.md | 6 +++--- example/CHANGELOG.md | 3 ++- example/README.md | 4 ++-- example/config.json | 2 +- example/translations/de.yaml | 7 ------- example/translations/nl.yaml | 7 ------- 6 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 example/translations/de.yaml delete mode 100644 example/translations/nl.yaml diff --git a/README.md b/README.md index a4416595a..0f8482311 100644 --- a/README.md +++ b/README.md @@ -755,10 +755,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/4d29b8d -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/4d29b8d/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/734cd9d +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/734cd9d/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-4d29b8d-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-734cd9d-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 f1873770d..f412314d5 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog since v4.2.1 +- Switch add-on to centralized GitHub Action Workflows (#101) - ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#100) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Upgrades add-on base image to 10.1.1 (#98) -- ⬆ Upgrade lock-threads workflow to 3.0.0 (#99) +- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#99) - ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#97) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/example/README.md b/example/README.md index 0d540c09f..61f915eab 100644 --- a/example/README.md +++ b/example/README.md @@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons: [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-4d29b8d-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/4d29b8d \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-734cd9d-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/734cd9d \ No newline at end of file diff --git a/example/config.json b/example/config.json index 484ee13c7..31a3518b4 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "4d29b8d", + "version": "734cd9d", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example", diff --git a/example/translations/de.yaml b/example/translations/de.yaml deleted file mode 100644 index 204292c70..000000000 --- a/example/translations/de.yaml +++ /dev/null @@ -1,7 +0,0 @@ -configuration: - log_level: - description: 'The amount of logging the add-on should do.' - name: 'Log level' - seconds_between_quotes: - description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.' - name: 'Sekunden zwischen Zitaten' diff --git a/example/translations/nl.yaml b/example/translations/nl.yaml deleted file mode 100644 index f5f7d2ee3..000000000 --- a/example/translations/nl.yaml +++ /dev/null @@ -1,7 +0,0 @@ -configuration: - log_level: - description: 'Bepaalt het niveau van de logs die de add-on toont.' - name: 'Log niveau' - seconds_between_quotes: - description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.' - name: 'Aantal seconden tussen de citaten'