Skip to content

Commit

Permalink
🎉 Release of add-on TasmoAdmin 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Apr 22, 2024
1 parent 9c3b75a commit da676e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 36 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 5 additions & 13 deletions tasmoadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
17 changes: 0 additions & 17 deletions tasmoadmin/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions tasmoadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tasmoadmin/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da676e7

Please sign in to comment.