Follow the addon recommendations

This commit is contained in:
Etienne G
2023-08-15 02:23:32 +10:00
parent 1c4d8f190a
commit 6fdf9d5642
3 changed files with 4 additions and 22 deletions
-16
View File
@@ -1,16 +0,0 @@
---
name: Lint
# yamllint disable-line rule:truthy
on:
push:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/repository-lint.yaml@main
+2 -3
View File
@@ -1,6 +1,6 @@
{
"name": "Grott edge - Home Assistant native MQTT integration - current",
"version": "edge-5821354480",
"version": "dev",
"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",
@@ -82,6 +82,5 @@
"password": "str?"
},
"data_path": "str"
},
"image": "egguy/addon-{arch}-grott-ha-addon-edge"
}
}
+2 -3
View File
@@ -1,6 +1,6 @@
{
"name": "Grott - HA extension",
"version": "2.7.8",
"version": "dev",
"slug": "grott",
"description": "The Growatt inverter monitor",
"url": "https://github.com/johanmeijer/grott",
@@ -69,6 +69,5 @@
"user": "str?",
"password": "str?"
}
},
"image": "egguy/addon-{arch}-grott-ha-addon"
}
}