From 00f64c92c91c31d1831997c609781a6085c47aa6 Mon Sep 17 00:00:00 2001 From: Jeff Steinbok Date: Sun, 25 Jun 2023 22:22:03 -0700 Subject: [PATCH 1/5] Create hacs_validate.yaml --- .github/workflows/hacs_validate.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/hacs_validate.yaml diff --git a/.github/workflows/hacs_validate.yaml b/.github/workflows/hacs_validate.yaml new file mode 100644 index 0000000..e273553 --- /dev/null +++ b/.github/workflows/hacs_validate.yaml @@ -0,0 +1,22 @@ +name: HACS Validation + +on: + workflow_dispatch: + push: + branches: + - main + pull_request: + branches: + - main + schedule: + - cron: "0 2 * * *" + +jobs: + hacs: + name: HACS Validation + runs-on: "ubuntu-latest" + steps: + - name: HACS Validation + uses: "hacs/action@main" + with: + category: "integration" From 2979293d55bd31e4570c727ddc8f6116c987e63f Mon Sep 17 00:00:00 2001 From: Jeff Steinbok Date: Sun, 25 Jun 2023 22:22:54 -0700 Subject: [PATCH 2/5] Create hassfest.yaml --- .github/workflows/hassfest.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/hassfest.yaml diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml new file mode 100644 index 0000000..ac77436 --- /dev/null +++ b/.github/workflows/hassfest.yaml @@ -0,0 +1,19 @@ +name: hassfest Validation + +on: + workflow_dispatch: + push: + branches: + - main + pull_request: + branches: + - main + schedule: + - cron: '0 1 * * *' + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - uses: "home-assistant/actions/hassfest@master" From 05fd902d0b56e7192e3d5223a2d9f63f74db6410 Mon Sep 17 00:00:00 2001 From: Jeff Steinbok Date: Sun, 25 Jun 2023 22:28:28 -0700 Subject: [PATCH 3/5] Update manifest.json --- custom_components/dreo/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/dreo/manifest.json b/custom_components/dreo/manifest.json index f8c0048..ead83ab 100644 --- a/custom_components/dreo/manifest.json +++ b/custom_components/dreo/manifest.json @@ -3,10 +3,10 @@ "name": "Dreo", "codeowners": ["@jeffsteinbok"], "config_flow": false, - "requirements": ["websockets"], "dependencies": [], "documentation": "https://github.com/jeffsteinbok/hass-dreo", + "integration_type": "hub", "iot_class": "cloud_push", - "version": "0.0.1", - "integration_type": "hub" + "requirements": ["websockets"], + "version": "0.0.2" } From 527fe32b536d0e4acd90a130b22d1cfb7e22adcf Mon Sep 17 00:00:00 2001 From: Jeff Steinbok Date: Sun, 25 Jun 2023 22:30:31 -0700 Subject: [PATCH 4/5] Update manifest.json --- custom_components/dreo/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/dreo/manifest.json b/custom_components/dreo/manifest.json index ead83ab..633d6b2 100644 --- a/custom_components/dreo/manifest.json +++ b/custom_components/dreo/manifest.json @@ -4,7 +4,8 @@ "codeowners": ["@jeffsteinbok"], "config_flow": false, "dependencies": [], - "documentation": "https://github.com/jeffsteinbok/hass-dreo", + "documentation": "https://github.com/jeffsteinbok/hass-dreo/blob/master/README.md", + "issue_tracker": "https://github.com/jeffsteinbok/hass-dreo/issues", "integration_type": "hub", "iot_class": "cloud_push", "requirements": ["websockets"], From ca49069750c09c533678885bc695586632ec0dab Mon Sep 17 00:00:00 2001 From: Jeff Steinbok Date: Sun, 25 Jun 2023 22:33:52 -0700 Subject: [PATCH 5/5] Update manifest.json --- custom_components/dreo/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/dreo/manifest.json b/custom_components/dreo/manifest.json index 633d6b2..af89541 100644 --- a/custom_components/dreo/manifest.json +++ b/custom_components/dreo/manifest.json @@ -5,9 +5,9 @@ "config_flow": false, "dependencies": [], "documentation": "https://github.com/jeffsteinbok/hass-dreo/blob/master/README.md", - "issue_tracker": "https://github.com/jeffsteinbok/hass-dreo/issues", "integration_type": "hub", "iot_class": "cloud_push", + "issue_tracker": "https://github.com/jeffsteinbok/hass-dreo/issues", "requirements": ["websockets"], "version": "0.0.2" }