diff --git a/README.md b/README.md index 9b87c922..c3e129d7 100644 --- a/README.md +++ b/README.md @@ -1066,10 +1066,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 diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index 8919a4fa..0e9daeec 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -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)) diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 2625f777..97d335a9 100644 --- a/tasmoadmin/DOCS.md +++ b/tasmoadmin/DOCS.md @@ -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] diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index 38e812f8..b1552c13 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -34,6 +34,6 @@ Some of its features: [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 \ No newline at end of file diff --git a/tasmoadmin/config.yaml b/tasmoadmin/config.yaml index da46b8cf..1a96e362 100644 --- a/tasmoadmin/config.yaml +++ b/tasmoadmin/config.yaml @@ -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