diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml new file mode 100644 index 0000000..21a1f23 --- /dev/null +++ b/.github/workflows/hassfest.yml @@ -0,0 +1,14 @@ +name: Validate with hassfest + +on: + push: + pull_request: + # schedule: + # - cron: '0 0 * * *' + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v4" + - uses: "home-assistant/actions/hassfest@master" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b05ec5c..b38d3f8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -3,8 +3,8 @@ name: Validate on: push: pull_request: -# schedule: -# - cron: "0 0 * * *" + # schedule: + # - cron: "0 0 * * *" workflow_dispatch: jobs: diff --git a/custom_components/gpiod/manifest.json b/custom_components/gpiod/manifest.json index 4f31556..d65147c 100644 --- a/custom_components/gpiod/manifest.json +++ b/custom_components/gpiod/manifest.json @@ -4,6 +4,7 @@ "codeowners": [ "@jdeneef" ], "documentation": "https://github.com/jdeneef/ha_gpiod", "iot_class": "local_push", + "integration_type": "hub", "issue_tracker": "https://github.com/jdeneef/ha_gpiod/issues", "requirements": [ "gpiod>=2.0.2" ], "version": "1.0.0"