mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on TasmoAdmin 0.30.1
This commit is contained in:
parent
30b5ce26c2
commit
2420b9b394
5 changed files with 11 additions and 36 deletions
|
@ -1059,10 +1059,10 @@ SOFTWARE.
|
|||
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[tailscale-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[tailscale-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.30.0
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.30.0/README.md
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.30.1
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.30.1/README.md
|
||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.30.0-blue.svg
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.30.1-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-no-red.svg
|
||||
|
|
|
@ -1,19 +1,11 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
## 📚 Documentation
|
||||
|
||||
- Use non-nodejs base image @inverse ([#384](https://github.com/hassio-addons/addon-tasmoadmin/pull/384))
|
||||
- Use release artifacts @inverse ([#389](https://github.com/hassio-addons/addon-tasmoadmin/pull/389))
|
||||
- 📚 Remove iframe instructions @sinclairpaul ([#394](https://github.com/hassio-addons/addon-tasmoadmin/pull/394))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.1.2 @renovate ([#377](https://github.com/hassio-addons/addon-tasmoadmin/pull/377))
|
||||
- ⬆️ Update PHP to v8.2.15-r0 @renovate ([#378](https://github.com/hassio-addons/addon-tasmoadmin/pull/378))
|
||||
- ⬆️ Update alpine_3_19/nginx to v1.24.0-r15 @renovate ([#379](https://github.com/hassio-addons/addon-tasmoadmin/pull/379))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.1.3 @renovate ([#380](https://github.com/hassio-addons/addon-tasmoadmin/pull/380))
|
||||
- ⬆️ Update alpine_3_19/composer to v2.7.0-r0 @renovate ([#385](https://github.com/hassio-addons/addon-tasmoadmin/pull/385))
|
||||
- ⬆️ Update alpine_3_19/composer to v2.7.1-r0 @renovate ([#386](https://github.com/hassio-addons/addon-tasmoadmin/pull/386))
|
||||
- ⬆️ Update PHP to v8.2.16-r0 @renovate ([#388](https://github.com/hassio-addons/addon-tasmoadmin/pull/388))
|
||||
- ⬆️ Update PHP to v8.2.17-r0 @renovate ([#390](https://github.com/hassio-addons/addon-tasmoadmin/pull/390))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.7 @renovate ([#387](https://github.com/hassio-addons/addon-tasmoadmin/pull/387))
|
||||
- ⬆️ Update TasmoAdmin/TasmoAdmin to v4 @renovate ([#383](https://github.com/hassio-addons/addon-tasmoadmin/pull/383))
|
||||
- ⬆️ Update PHP to v8.2.18-r0 @renovate ([#397](https://github.com/hassio-addons/addon-tasmoadmin/pull/397))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.8 @renovate ([#396](https://github.com/hassio-addons/addon-tasmoadmin/pull/396))
|
||||
- ⬆️ Update TasmoAdmin/TasmoAdmin to v4.0.2 @renovate ([#395](https://github.com/hassio-addons/addon-tasmoadmin/pull/395))
|
||||
|
|
|
@ -76,23 +76,6 @@ The private key file to use for SSL.
|
|||
|
||||
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
|
||||
|
||||
## Embedding into Home Assistant
|
||||
|
||||
It is possible to embed the TasmoAdmin interface directly into Home Assistant,
|
||||
allowing you to access it through the Home Assistant frontend.
|
||||
|
||||
Home Assistant provides the `panel_iframe` integration, for these purposes.
|
||||
|
||||
Example configuration:
|
||||
|
||||
```yaml
|
||||
panel_iframe:
|
||||
tasmoadmin:
|
||||
title: TasmoAdmin
|
||||
icon: mdi:lightbulb-on
|
||||
url: http://addres.to.your.hass.io:9541
|
||||
```
|
||||
|
||||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
|
|
|
@ -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.30.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.30.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.30.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.30.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: TasmoAdmin
|
||||
version: 0.30.0
|
||||
version: 0.30.1
|
||||
slug: sonweb
|
||||
description: Centrally manage all your Sonoff-Tasmota devices
|
||||
url: https://github.com/hassio-addons/addon-tasmoadmin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue