Skip to content

Commit

Permalink
Restored config.json before switching to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
egguy committed Aug 15, 2023
1 parent 23cb91e commit f84a5ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions grott-current/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Grott edge - Home Assistant native MQTT integration - current",
"version": "dev",
"version": "edge-5821354480",
"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",
Expand Down Expand Up @@ -82,5 +82,6 @@
"password": "str?"
},
"data_path": "str"
}
},
"image": "egguy/addon-{arch}-grott-ha-addon-edge"
}
5 changes: 3 additions & 2 deletions grott/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Grott - HA extension",
"version": "dev",
"version": "2.7.8",
"slug": "grott",
"description": "The Growatt inverter monitor",
"url": "https://github.com/johanmeijer/grott",
Expand Down Expand Up @@ -69,5 +69,6 @@
"user": "str?",
"password": "str?"
}
}
},
"image": "egguy/addon-{arch}-grott-ha-addon"
}

0 comments on commit f84a5ae

Please sign in to comment.