🎉 Release of add-on TasmoAdmin 0.15.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-20 18:02:15 +00:00
parent d829f198b9
commit 9929058c32
5 changed files with 39 additions and 25 deletions

View file

@ -999,10 +999,10 @@ SOFTWARE.
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.1
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.14.1/README.md
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.15.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.15.0/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.14.1-blue.svg
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,23 +1,15 @@
## Whats changed
## ✨ New features
- Add add-on translation support @frenck (#150)
## 🧰 Maintenance
- Apply updated repository structure & CI workflow @frenck (#149)
## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#116)
- ⬆ Upgrades php7 to 7.4.15-r0 @frenck (#119)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#117)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#118)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#122)
- ⬆ Upgrades git to 2.30.1-r0 @frenck (#124)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#123)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#127)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#129)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#130)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#133)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#134)
- ⬆️ Upgrades git to 2.30.2-r0 @frenck (#135)
- ⬆️ Upgrades add-on base image to v9.1.5 @frenck (#136)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#138)
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#139)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#141)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#140)
- ⬆️ Upgrades add-on base image to v9.1.7 @frenck (#143)
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#144)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#145)
- Upgrades add-on base image to v9.2.0 @frenck (#148)

View file

@ -50,6 +50,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]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.14.1-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.1
[release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.15.0
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "TasmoAdmin",
"version": "0.14.1",
"version": "0.15.0",
"slug": "sonweb",
"description": "Centrally manage all your Sonoff-Tasmota devices",
"url": "https://github.com/hassio-addons/addon-tasmoadmin",

View file

@ -0,0 +1,22 @@
---
configuration:
log_level:
name: Log level
description: >-
Controls the level of log details the add-on provides.
ssl:
name: SSL
description: >-
Enables/Disables SSL (HTTPS) on the web interface.
certfile:
name: Certificate file
description: >-
The certificate file to use for SSL. Note that this file must
exist in the /ssl/ folder.
keyfile:
name: Private key file
description: >-
The private key file to use for SSL. Note that this file must
exist in the /ssl/ folder.
network:
9541/tcp: Web interface