Skip to content

Commit

Permalink
Merge branch 'master' into 395-calderdale-council
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Oct 30, 2023
2 parents a4ff172 + ed56a82 commit 68c3c6b
Show file tree
Hide file tree
Showing 25 changed files with 280 additions and 321 deletions.
2 changes: 1 addition & 1 deletion custom_components/uk_bin_collection/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
async def get_councils_json(self) -> object:
"""Returns an object of supported council's and their required fields."""
# Fetch the JSON data from the provided URL
url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.21.1/uk_bin_collection/tests/input.json"
url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.21.3/uk_bin_collection/tests/input.json"
async with aiohttp.ClientSession() as session:
async with session.get(url) as response:
data_text = await response.text()
Expand Down
4 changes: 2 additions & 2 deletions custom_components/uk_bin_collection/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "UK Bin Collection Data",
"documentation": "https://github.com/robbrad/UKBinCollectionData/wiki",
"issue_tracker": "https://github.com/robbrad/UKBinCollectionData/issues",
"requirements": ["uk-bin-collection>=0.21.1"],
"requirements": ["uk-bin-collection>=0.21.3"],
"codeowners": ["@robbrad"],
"config_flow": true,
"zeroconf": [],
"homeassistant": "2021.1.0",
"version": "0.21.1",
"version": "0.21.3",
"after_dependencies": [],
"dependencies": [],
"iot_class": "cloud_polling",
Expand Down
Loading

0 comments on commit 68c3c6b

Please sign in to comment.