Ingress addition test

https://github.com/alexbelgium/hassio-addons/issues/649
This commit is contained in:
Alexandre
2023-01-26 17:32:25 +01:00
parent a9c00d4c97
commit 790ea51702
26 changed files with 471 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
"codenotary": "alexandrep.github@gmail.com",
"description": "Use Enedis Gateway API to send data in your MQTT Broker (dev channel)",
"image": "ghcr.io/alexbelgium/myelectricaldata_dev-{arch}",
"ingress": true,
"map": [
"config:rw"
],
@@ -17,6 +18,7 @@
"mqtt_autodiscover": true,
"verbose": true
},
"panel_icon": "mdi:lightning-bolt-outline",
"ports": {
"5000/tcp": 5000
},
@@ -34,6 +36,5 @@
],
"slug": "enedisgateway2mqtt_dev",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.14-beta1-2",
"webui": "http://[HOST]:[PORT:5000]"
"version": "0.8.14-beta1-3"
}