From 7b7a38306f7e98d55cbe713a6c0702c84d6e183b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 16 Dec 2022 10:57:53 +0100 Subject: [PATCH] Expose 5000 port https://github.com/alexbelgium/hassio-addons/issues/605 --- enedisgateway2mqtt/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 2fd3727bb..ae70aab07 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -17,6 +17,12 @@ "mqtt_autodiscover": true, "verbose": true }, + "ports": { + "5000/tcp": 5000 + }, + "ports_description": { + "5000/tcp": "Portail" + }, "schema": { "CONFIG_LOCATION": "str", "TZ": "str?", @@ -28,5 +34,5 @@ ], "slug": "enedisgateway2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.10-4" + "version": "0.8.10-5" }