update meta files
This commit is contained in:
@@ -83,7 +83,7 @@ inverters:
|
|||||||
|
|
||||||
**Note**: _This is just an example, you need to replace the values with your own!_
|
**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!**
|
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
|
[Mosquitto]: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md
|
||||||
[AdGuard]: https://github.com/hassio-addons/addon-adguard-home
|
[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-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
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ version: debug
|
|||||||
image: docker.io/sallius/tsun-gen3-addon
|
image: docker.io/sallius/tsun-gen3-addon
|
||||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||||
slug: tsun-proxy-debug
|
slug: tsun-proxy-debug
|
||||||
|
advanced: True
|
||||||
|
stage: experimental
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
@@ -19,10 +21,12 @@ map:
|
|||||||
services:
|
services:
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
ports:
|
ports:
|
||||||
8127/tcp: 8127
|
|
||||||
5005/tcp: 5005
|
5005/tcp: 5005
|
||||||
10000/tcp: 10000
|
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
|
# Definition of parameters in the configuration tab of the addon
|
||||||
# parameters are available within the container as /data/options.json
|
# parameters are available within the container as /data/options.json
|
||||||
# and should become picked up by the proxy - current workaround as a transfer script
|
# and should become picked up by the proxy - current workaround as a transfer script
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ inverters:
|
|||||||
|
|
||||||
**Note**: _This is just an example, you need to replace the values with your own!_
|
**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!**
|
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
|
[Mosquitto]: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md
|
||||||
[AdGuard]: https://github.com/hassio-addons/addon-adguard-home
|
[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-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
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ version: dev
|
|||||||
image: docker.io/sallius/tsun-gen3-addon
|
image: docker.io/sallius/tsun-gen3-addon
|
||||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||||
slug: tsun-proxy-dev
|
slug: tsun-proxy-dev
|
||||||
|
advanced: False
|
||||||
|
stage: experimental
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
@@ -19,10 +21,12 @@ map:
|
|||||||
services:
|
services:
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
ports:
|
ports:
|
||||||
8127/tcp: 8127
|
|
||||||
5005/tcp: 5005
|
5005/tcp: 5005
|
||||||
10000/tcp: 10000
|
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
|
# Definition of parameters in the configuration tab of the addon
|
||||||
# parameters are available within the container as /data/options.json
|
# parameters are available within the container as /data/options.json
|
||||||
# and should become picked up by the proxy - current workaround as a transfer script
|
# and should become picked up by the proxy - current workaround as a transfer script
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ inverters:
|
|||||||
|
|
||||||
**Note**: _This is just an example, you need to replace the values with your own!_
|
**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!**
|
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
|
[Mosquitto]: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md
|
||||||
[AdGuard]: https://github.com/hassio-addons/addon-adguard-home
|
[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-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
|
||||||
|
|||||||
Reference in New Issue
Block a user