Expose 5000 port

https://github.com/alexbelgium/hassio-addons/issues/605
This commit is contained in:
Alexandre
2022-12-16 10:57:53 +01:00
committed by GitHub
parent a21b1ccc2d
commit 7b7a38306f

View File

@@ -17,6 +17,12 @@
"mqtt_autodiscover": true, "mqtt_autodiscover": true,
"verbose": true "verbose": true
}, },
"ports": {
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "Portail"
},
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"TZ": "str?", "TZ": "str?",
@@ -28,5 +34,5 @@
], ],
"slug": "enedisgateway2mqtt", "slug": "enedisgateway2mqtt",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.10-4" "version": "0.8.10-5"
} }