Skip to content

Commit

Permalink
Fix manifest order (#4)
Browse files Browse the repository at this point in the history
* Fix manifest order

* Add changelog, clean up manifest
  • Loading branch information
Sese-Schneider committed Mar 2, 2023
1 parent 5cfd3a7 commit 30f7a82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.2 (2023-03-02)

### Bug Fixes

* Fix manifest order

### Documentation

* Add information on API key and integration setup

## 1.0.1 (2023-02-07)

### Bug Fixes
Expand Down
11 changes: 5 additions & 6 deletions custom_components/personio/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"domain": "personio",
"name": "Personio",
"codeowners": ["@Sese-Schneider"],
"config_flow": true,
"documentation": "https://github.com/Sese-Schneider/ha-personio",
"issue_tracker": "https://github.com/Sese-Schneider/ha-personio/issues",
"integration_type": "hub",
"dependencies": [],
"requirements": ["pyjwt"],
"iot_class": "cloud_polling",
"version": "1.0.1",
"codeowners": ["@Sese-Schneider"],
"config_flow": true
"issue_tracker": "https://github.com/Sese-Schneider/ha-personio/issues",
"requirements": ["pyjwt"],
"version": "1.0.2"
}

0 comments on commit 30f7a82

Please sign in to comment.