Skip to content

Commit

Permalink
Merge pull request #16 from ikifar2012/dev
Browse files Browse the repository at this point in the history
2022.5.0
  • Loading branch information
ikifar2012 authored May 18, 2022
2 parents 0c438c9 + a4a2874 commit 3d627f7
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: mathesonsteplock
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish
uses: home-assistant/builder@master
env:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
with:
args: |
--amd64 \
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ This add-on can be added via my [Home Assistant Add-on repository](https://githu
# [Documentation](https://addons.mathesonsteplock.ca/docs/addons/tdm/basic-config)

# Support Me
[![Buy me a coffee][buymeacoffee-logo]][buymeacoffee]
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/mathesonsteplock)

[buymeacoffee-logo]: https://cdn.buymeacoffee.com/buttons/default-black.png
[buymeacoffee]: https://www.buymeacoffee.com/mathesonstep
[here]: https://www.home-assistant.io/hassio/installing_third_party_addons/
[deCONZ]: https:/home-assistant/hassio-addons/tree/master/deconz
9 changes: 9 additions & 0 deletions tdm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2022.5.0

- Switch to `ghcr.io`
- Sign images with Codenotary CAS
- Updates to support S6-Overlay 3.x
- Switch to ko-fi for donations

**Full Changelog**: https:/ikifar2012/tasmota-device-manager-addon/compare/2022.2.0...2022.5.0

# 2022.2.0

- Added MQTT auto configuration
Expand Down
5 changes: 1 addition & 4 deletions tdm/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ Please visit the documentation at [addons.mathesonsteplock.ca](https://addons.ma

# Support Me

[![Buy me a coffee][buymeacoffee-logo]][buymeacoffee]

[buymeacoffee-logo]: https://cdn.buymeacoffee.com/buttons/default-black.png
[buymeacoffee]: https://www.buymeacoffee.com/mathesonstep
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/mathesonsteplock)
5 changes: 4 additions & 1 deletion tdm/build.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
build_from:
amd64: homeassistant/amd64-base-debian:bullseye
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
codenotary:
base_image: [email protected]
signer: [email protected]
3 changes: 2 additions & 1 deletion tdm/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Tasmota Device Manager
version: '2022.2.0'
version: '2022.5.0'
slug: tdm
description: GUI application to discover and monitor devices flashed with Tasmota
arch:
- amd64
url: https:/ikifar2012/tasmota-device-manager-addon
codenotary: [email protected]
startup: application
boot: auto
services:
Expand Down
2 changes: 1 addition & 1 deletion tdm/rootfs/etc/services.d/nginx/finish
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }

s6-svscanctl -t /var/run/s6/services
/run/s6/basedir/bin/halt
2 changes: 1 addition & 1 deletion tdm/rootfs/etc/services.d/tdm/finish
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }

s6-svscanctl -t /var/run/s6/services
/run/s6/basedir/bin/halt

0 comments on commit 3d627f7

Please sign in to comment.