feat: update myelectricaldata_dev to 0.13.0-rc.1

This commit is contained in:
Clément VALENTIN
2024-02-27 22:27:48 +01:00
parent 4ea0ddd765
commit 5699ae113d
3 changed files with 54 additions and 14 deletions

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Use Enedis Gateway API to send data in your MQTT Broker (dev channel)",
"devices": [
@@ -67,9 +63,7 @@
],
"image": "ghcr.io/alexbelgium/myelectricaldata_dev-{arch}",
"ingress": true,
"map": [
"config:rw"
],
"map": ["config:rw"],
"name": "MyElectricalData Dev",
"options": {
"CONFIG_LOCATION": "/config/myelectricaldata_dev/config.yaml",
@@ -90,11 +84,9 @@
"mqtt_autodiscover": "bool",
"verbose": "bool"
},
"services": [
"mqtt:want"
],
"services": ["mqtt:want"],
"slug": "enedisgateway2mqtt_dev",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.12.0"
"version": "0.13.0-rc.1"
}