Skip to content

Commit

Permalink
Align dependency constraint with latest HA (#207)
Browse files Browse the repository at this point in the history
* Align dependency constraint with latest HA

* Increase version
  • Loading branch information
ofalvai authored Nov 7, 2022
1 parent dd96c43 commit 6594a61
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions custom_components/candy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
"version": "1.0.0",
"config_flow": true,
"documentation": "https://github.com/ofalvai/home-assistant-candy",
"issue_tracker": "https://github.com/ofalvai/home-assistant-candy/issues",
"requirements": ["backoff>=1.8.0,<2.0.0"],
"issue_tracker": "https://github.com/ofalvai/home-assistant-candy/issues",
"requirements": [
"backoff>=2.0"
],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@ofalvai"],
"codeowners": [
"@ofalvai"
],
"iot_class": "local_polling"
}
}

0 comments on commit 6594a61

Please sign in to comment.