Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Oct 2, 2021
1 parent b53cc4b commit d579625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
change-template: "- #$NUMBER $TITLE @$AUTHOR"
sort-direction: ascending
prerelease: true
categories:
- title: ":boom: Breaking changes"
label: "Breaking Change"
Expand Down
4 changes: 1 addition & 3 deletions custom_components/deebot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"config_flow": true,
"documentation": "https://github.com/And3rsL/Deebot-for-Home-Assistant",
"issue_tracker": "https://github.com/And3rsL/Deebot-for-Home-Assistant/issues",
"requirements": [
"deebotozmo==3.0.0b3"
],
"requirements": ["deebotozmo==3.0.0b3"],
"codeowners": ["@And3rsL", "@edenhaus"],
"iot_class": "cloud_polling"
}

0 comments on commit d579625

Please sign in to comment.