From ef2861dc1359445814c6597006d09a39a3e64a99 Mon Sep 17 00:00:00 2001 From: macxq Date: Thu, 14 Oct 2021 10:51:36 +0200 Subject: [PATCH 1/5] Create validate.yml --- .github/workflows/validate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..fa3f190 --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,17 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v2" + - name: HACS validation + uses: "hacs/action@main" + with: + category: "CHANGE_ME!" From d6c4385cd4c313d7daed3ab7e4e7cf6fdc66a54a Mon Sep 17 00:00:00 2001 From: macxq Date: Thu, 14 Oct 2021 10:59:25 +0200 Subject: [PATCH 2/5] Create hacs.json --- hacs.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..d0c188d --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "Home Assistant & FoxESS integration", + "country": "NO", + "domains": ["energy", "sensor"] +} From 7706e7f7dda0415fa0df3914d3983ff8b0c70cc7 Mon Sep 17 00:00:00 2001 From: macxq Date: Thu, 14 Oct 2021 11:03:51 +0200 Subject: [PATCH 3/5] Update validate.yml --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index fa3f190..fc1b5f9 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,4 +14,4 @@ jobs: - name: HACS validation uses: "hacs/action@main" with: - category: "CHANGE_ME!" + category: "integration" From dbe8e687303c2db7cd8e57ceaee999bd0dffb7a9 Mon Sep 17 00:00:00 2001 From: macxq Date: Thu, 14 Oct 2021 16:18:07 +0200 Subject: [PATCH 4/5] Update manifest.json adding issue_tracker --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cbe9a7a..c52d1cd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,6 @@ "codeowners": [], "requirements": [], "iot_class": "local_polling", - "version": "0.0.1" -} \ No newline at end of file + "version": "v0.3" + "issue_tracker":"https://github.com/macxq/foxess-ha/issues" +} From d69ce1032acbf563c51b2c90173caba778f7a3fe Mon Sep 17 00:00:00 2001 From: macxq Date: Thu, 14 Oct 2021 16:18:22 +0200 Subject: [PATCH 5/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c52d1cd..17112df 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "codeowners": [], "requirements": [], "iot_class": "local_polling", - "version": "v0.3" + "version": "v0.3", "issue_tracker":"https://github.com/macxq/foxess-ha/issues" }