🔨 Renames SonWEB to TasmoAdmin

This commit is contained in:
Franck Nijhof 2018-06-22 00:44:31 +02:00
parent 4911a93b16
commit cd4cf69647
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
6 changed files with 3 additions and 3 deletions

8
tasmoadmin/CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
[Full Changelog][changelog]
### Fixed
- Fixes firmwares being blocked for download
- Fixes SSL support for OTA server
[changelog]: https://github.com/hassio-addons/addon-sonweb/compare/v0.1.0...v0.1.1

37
tasmoadmin/README.md Normal file
View file

@ -0,0 +1,37 @@
# Community Hass.io Add-ons: SonWEB
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
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:
- Scans your networks and adds your devices automatically
- See the status off all your devices quick and easy
- Configure all your devices from a single place
- Send out firmware updates over the air to one or more your devices at once
- Can automatically download the latest firmware for you
[Click here for the full documentation][docs]
![SonWEB 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
[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
[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

41
tasmoadmin/config.json Normal file
View file

@ -0,0 +1,41 @@
{
"name": "SonWEB",
"version": "0.1.1",
"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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
"startup": "system",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"map": [
"ssl"
],
"ports": {
"9541/tcp": 9541
},
"options": {
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ipv6": false
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"ipv6": "bool"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/sonweb-{arch}"
}

BIN
tasmoadmin/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
tasmoadmin/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB