Skip to content

Commit

Permalink
Merge branch 'ofalvai:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
morzingrath authored Nov 10, 2022
2 parents c391363 + 077665c commit 5fb29b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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"
}
}
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest~=7.1
pytest-homeassistant-custom-component==0.9.17
pytest-homeassistant-custom-component==0.12.18

# Component dependencies
backoff==1.11.1

0 comments on commit 5fb29b8

Please sign in to comment.