Skip to content

Commit

Permalink
Fix HACS validation (iMicknl#20)
Browse files Browse the repository at this point in the history
* Fix HACS validation

* Fix HACS..

* Add iot_class

* Add issue tracker
  • Loading branch information
iMicknl authored May 2, 2021
1 parent 4430763 commit ab62d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/integration/action@main"
uses: "hacs/action@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"
category: "integration"
comment: false
4 changes: 3 additions & 1 deletion custom_components/sagemcom_fast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.2.1",
"config_flow": true,
"documentation": "https://github.com/imicknl/ha-sagemcom-fast",
"issue_tracker": "https://github.com/imicknl/ha-sagemcom-fast/issues",
"requirements": [
"sagemcom_api===1.0.4"
],
Expand All @@ -23,5 +24,6 @@
"codeowners": [
"@imicknl",
"@arunpoudel"
]
],
"iot_class": "local_polling"
}

0 comments on commit ab62d0f

Please sign in to comment.