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" }