edge: bumping release edge-4355353588

This commit is contained in:
github-actions
2023-03-07 14:50:33 +00:00
parent aefb417a70
commit 4130425176
+15 -5
View File
@@ -1,15 +1,25 @@
{
"name": "Grott - Home Assistant native MQTT integration - current",
"version": "edge-4254266279",
"version": "edge-4355353588",
"slug": "grott-current",
"description": "The Growatt inverter monitor with current HA plugin integrated",
"url": "https://github.com/egguy/grott-home-assistant-add-on/tree/main/grott-current",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "application",
"services": ["mqtt:need"],
"services": [
"mqtt:need"
],
"init": false,
"boot": "auto",
"map": ["config:rw"],
"map": [
"config:rw"
],
"ports": {
"5279/tcp": 5279
},
@@ -84,4 +94,4 @@
"data_path": "str"
},
"image": "egguy/addon-{arch}-grott-ha-addon-edge"
}
}