From eb4eab424d7e3e53a7c3ab88a541f1fe69ed8dc3 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 17 Dec 2024 22:20:41 +0100 Subject: [PATCH] update meta files --- ha_addon_debug/DOCS.md | 4 ++-- ha_addon_debug/config.yaml | 6 +++++- ha_addon_dev/DOCS.md | 4 ++-- ha_addon_dev/config.yaml | 6 +++++- ha_addon_rel/DOCS.md | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ha_addon_debug/DOCS.md b/ha_addon_debug/DOCS.md index b5c1a29..310c54a 100644 --- a/ha_addon_debug/DOCS.md +++ b/ha_addon_debug/DOCS.md @@ -83,7 +83,7 @@ inverters: **Note**: _This is just an example, you need to replace the values with your own!_ -## MQQT settings +## MQTT settings By default, this add-on requires no `mqtt` config from the user. **This is not an error!** @@ -153,4 +153,4 @@ SOFTWARE. [Mosquitto]: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md [AdGuard]: https://github.com/hassio-addons/addon-adguard-home [repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge -[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Ftsun-gen3-proxy +[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Fha-addons diff --git a/ha_addon_debug/config.yaml b/ha_addon_debug/config.yaml index ccc29f2..ccfd9ed 100644 --- a/ha_addon_debug/config.yaml +++ b/ha_addon_debug/config.yaml @@ -4,6 +4,8 @@ version: debug image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-debug +advanced: True +stage: experimental init: false arch: - aarch64 @@ -19,10 +21,12 @@ map: services: - mqtt:want ports: - 8127/tcp: 8127 5005/tcp: 5005 10000/tcp: 10000 +# FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249 +# watchdog: "http://[HOST]:[PORT:8127]/-/healthy" + # Definition of parameters in the configuration tab of the addon # parameters are available within the container as /data/options.json # and should become picked up by the proxy - current workaround as a transfer script diff --git a/ha_addon_dev/DOCS.md b/ha_addon_dev/DOCS.md index b5c1a29..310c54a 100644 --- a/ha_addon_dev/DOCS.md +++ b/ha_addon_dev/DOCS.md @@ -83,7 +83,7 @@ inverters: **Note**: _This is just an example, you need to replace the values with your own!_ -## MQQT settings +## MQTT settings By default, this add-on requires no `mqtt` config from the user. **This is not an error!** @@ -153,4 +153,4 @@ SOFTWARE. [Mosquitto]: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md [AdGuard]: https://github.com/hassio-addons/addon-adguard-home [repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge -[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Ftsun-gen3-proxy +[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Fha-addons diff --git a/ha_addon_dev/config.yaml b/ha_addon_dev/config.yaml index 1da32f3..564b863 100755 --- a/ha_addon_dev/config.yaml +++ b/ha_addon_dev/config.yaml @@ -4,6 +4,8 @@ version: dev image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-dev +advanced: False +stage: experimental init: false arch: - aarch64 @@ -19,10 +21,12 @@ map: services: - mqtt:want ports: - 8127/tcp: 8127 5005/tcp: 5005 10000/tcp: 10000 +# FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249 +# watchdog: "http://[HOST]:[PORT:8127]/-/healthy" + # Definition of parameters in the configuration tab of the addon # parameters are available within the container as /data/options.json # and should become picked up by the proxy - current workaround as a transfer script diff --git a/ha_addon_rel/DOCS.md b/ha_addon_rel/DOCS.md index b5c1a29..310c54a 100644 --- a/ha_addon_rel/DOCS.md +++ b/ha_addon_rel/DOCS.md @@ -83,7 +83,7 @@ inverters: **Note**: _This is just an example, you need to replace the values with your own!_ -## MQQT settings +## MQTT settings By default, this add-on requires no `mqtt` config from the user. **This is not an error!** @@ -153,4 +153,4 @@ SOFTWARE. [Mosquitto]: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md [AdGuard]: https://github.com/hassio-addons/addon-adguard-home [repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge -[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Ftsun-gen3-proxy +[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Fha-addons