🎉 Release of add-on TasmoAdmin 0.17.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-14 18:33:16 +00:00
parent 28b6bd1c64
commit d0dd340373
5 changed files with 33 additions and 46 deletions

View file

@ -916,10 +916,10 @@ SOFTWARE.
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[tailscale-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [tailscale-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[tailscale-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [tailscale-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.16.0 [addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.17.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.16.0/README.md [addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.17.0/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg [tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.17.0-blue.svg
[tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,49 +1,21 @@
## Whats changed ## Whats changed
## 🐛 Bug fixes
- Fix SSL @subxero (#189)
## 🚀 Enhancements ## 🚀 Enhancements
- Migrate JSON config to YAML @frenck (#219) - 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#234)
## 🧰 Maintenance ## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#190) - 🚀 Update CI to latest version @frenck (#225)
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#205) - 🎆 Updates maintenance/license year to 2022 @frenck (#227)
- Switch to centralized GitHub Action Workflows @frenck (#218)
## 📚 Documentation ## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#191) - 📚 Add My buttons to documentation @frenck (#235)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#166) - ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#228)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#165) - ⬆️ Upgrades php7 to 7.4.28 @inverse (#230)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#164) - ⬆️ Upgrades TasmoAdmin to v1.8.0 @inverse (#231)
- ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#167) - ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#233)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2.2 @dependabot (#169)
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#172)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#176)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#177)
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#178)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#180)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#179)
- ⬆️ Upgrades php7 to 7.4.21-r0 @frenck (#181)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#182)
- ⬆️ Upgrades php7 to 7.4.22-r0 @frenck (#185)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#186)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#192)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#193)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#194)
- ⬆️ Upgrades php7 to 7.4.24-r0 @frenck (#200)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#196)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#198)
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#201)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#204)
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#206)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#210)
- ⬆️ Upgrades php7 to 7.4.25-r0 @frenck (#217)
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#220)

View file

@ -15,11 +15,21 @@ Some of its features:
The installation of this add-on is pretty straightforward and not different in The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on. comparison to installing any other Home Assistant add-on.
1. Search for the "TasmoAdmin" add-on in the Supervisor add-on store. 1. Click the Home Assistant My button below to open the add-on on your Home
1. Install the "TasmoAdmin" add-on. Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Start the "TasmoAdmin" add-on. 1. Start the "TasmoAdmin" add-on.
1. Check the logs of the “TasmoAdmin” add-on to see if everything went well. 1. Check the logs of the “TasmoAdmin” add-on to see if everything went well.
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 ## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._ **Note**: _Remember to restart the add-on when the configuration is changed._
@ -128,7 +138,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2018-2021 Franck Nijhof Copyright (c) 2018-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
@ -148,6 +158,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_sonweb
[contributors]: https://github.com/hassio-addons/addon-tasmoadmin/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-tasmoadmin/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
@ -156,4 +168,6 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues [issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-tasmoadmin/releases [releases]: https://github.com/hassio-addons/addon-tasmoadmin/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 [semver]: http://semver.org/spec/v2.0.0.html

View file

@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?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-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.17.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.16.0 [release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.17.0
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png

View file

@ -4,6 +4,7 @@ arch:
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: Centrally manage all your Sonoff-Tasmota devices description: Centrally manage all your Sonoff-Tasmota devices
image: ghcr.io/hassio-addons/tasmoadmin/{arch} image: ghcr.io/hassio-addons/tasmoadmin/{arch}
init: false init: false
@ -26,5 +27,5 @@ schema:
slug: sonweb slug: sonweb
startup: system startup: system
url: https://github.com/hassio-addons/addon-tasmoadmin url: https://github.com/hassio-addons/addon-tasmoadmin
version: 0.16.0 version: 0.17.0
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]' webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'