⬆️ Updating add-on TasmoAdmin to 214de09

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-14 18:22:16 +00:00
parent b5b9d7dfb9
commit 17e450fbfe
4 changed files with 9 additions and 6 deletions

View file

@ -962,10 +962,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/5f66b37 [addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/214de09
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/5f66b37/README.md [addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/214de09/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-5f66b37-blue.svg [tasmoadmin-version-shield]: https://img.shields.io/badge/version-214de09-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,4 +1,6 @@
# Changelog since v0.16.0 # Changelog since v0.16.0
- 🚑 Hotfix deploy
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#234)
- ⬆️ Upgrades add-on base image to 11.1.0 (#233) - ⬆️ Upgrades add-on base image to 11.1.0 (#233)
- ⬆️ Upgrades TasmoAdmin to v1.8.0 (#231) - ⬆️ Upgrades TasmoAdmin to v1.8.0 (#231)
- ⬆️ Upgrades php7 to 7.4.28 (#230) - ⬆️ Upgrades php7 to 7.4.28 (#230)

View file

@ -53,6 +53,6 @@ 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-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-5f66b37-blue.svg [release-shield]: https://img.shields.io/badge/version-214de09-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/5f66b37 [release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/214de09
[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: 5f66b37 version: 214de09
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]' webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'