mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on TasmoAdmin 0.2.0
This commit is contained in:
parent
60615094fb
commit
1c23ada970
4 changed files with 32 additions and 18 deletions
|
@ -526,10 +526,10 @@ SOFTWARE.
|
|||
[shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.1.1
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.1.1/README.md
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.2.0
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.2.0/README.md
|
||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[tasmoadmin-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.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
|
||||
|
|
|
@ -2,7 +2,20 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fixes firmwares being blocked for download
|
||||
- Fixes SSL support for OTA server
|
||||
- Corrected Docker images names
|
||||
- Fixes upstream changed webroot location
|
||||
- Fixes incorrect data directory
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-sonweb/compare/v0.1.0...v0.1.1
|
||||
### Changed
|
||||
|
||||
- Rebranding to TasmoAdmin
|
||||
- Rewrites GitLab CI
|
||||
- Upgrades base image to v1.4.2
|
||||
- Upgrades git to 2.15.2-r0
|
||||
- Upgrades TasmoAdmin to v1.1.0
|
||||
|
||||
### Removed
|
||||
|
||||
- Removes patch, since it is no longer needed
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.1.1...v0.2.0
|
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: SonWEB
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -10,8 +10,9 @@ Centrally manage all your Sonoff-Tasmota devices.
|
|||
|
||||
## About
|
||||
|
||||
SonWEB is an administrative web interface to manage all your Sonoff-Tasmota
|
||||
flashed devices centrally. Some of its features:
|
||||
TasmoAdmin (formerly known as SonWEB) is an administrative web interface to
|
||||
manage all your Sonoff-Tasmota flashed devices centrally.
|
||||
Some of its features:
|
||||
|
||||
- Scans your networks and adds your devices automatically
|
||||
- See the status off all your devices quick and easy
|
||||
|
@ -21,17 +22,17 @@ flashed devices centrally. Some of its features:
|
|||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
![SonWEB screenshot][screenshot]
|
||||
![TasmoAdmin screenshot][screenshot]
|
||||
|
||||
[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/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-sonweb/blob/v0.1.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.2.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sonweb/54155?u=frenck
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sonweb/tree/v0.1.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sonweb/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "SonWEB",
|
||||
"version": "0.1.1",
|
||||
"name": "TasmoAdmin",
|
||||
"version": "0.2.0",
|
||||
"slug": "sonweb",
|
||||
"description": "Centrally manage all your Sonoff-Tasmota devices",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-sonweb/54155?u=frenck",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
|
||||
"startup": "system",
|
||||
"arch": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue