diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml new file mode 100644 index 0000000..ed0fcac --- /dev/null +++ b/.github/workflows/hacs.yaml @@ -0,0 +1,17 @@ +name: Validate with hacs action + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - uses: hacs/action@main + with: + category: integration + comment: True diff --git a/README.md b/README.md index b7044e5..29f78f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs) +[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) [![Join the chat at https://gitter.im/ha-ferroamp/community](https://img.shields.io/gitter/room/henricm/ha-ferroamp?style=for-the-badge)](https://gitter.im/ha-ferroamp/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # Home assistant sensors for Ferroamp EnergyHub diff --git a/custom_components/ferroamp/manifest.json b/custom_components/ferroamp/manifest.json index ab3b1e3..3190c16 100644 --- a/custom_components/ferroamp/manifest.json +++ b/custom_components/ferroamp/manifest.json @@ -4,6 +4,7 @@ "version": "1.8.0", "config_flow": true, "documentation": "https://github.com/henricm/ha-ferroamp/", + "issue_tracker": "https://github.com/henricm/ha-ferroamp/issues", "dependencies": [ "mqtt" ],