Skip to content

Commit

Permalink
Merge pull request #163 from gjohansson-ST/manifest-fix
Browse files Browse the repository at this point in the history
fix manifest
  • Loading branch information
gjohansson-ST authored Nov 4, 2023
2 parents 5c2f459 + ab9b439 commit d1e26b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions custom_components/sector/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"domain": "sector",
"name": "Sector Alarm",
"documentation": "https://github.com/gjohansson-ST/sector/blob/master/readme.md",
"issue_tracker": "https://github.com/gjohansson-ST/sector/issues",
"codeowners": ["@gjohansson-ST"],
"version": "v0.3.9",
"config_flow": true,
"iot_class": "cloud_polling"
"documentation": "https://github.com/gjohansson-ST/sector/blob/master/readme.md",
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/gjohansson-ST/sector/issues",
"version": "v0.4.2"
}

0 comments on commit d1e26b5

Please sign in to comment.