File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
custom_components/uk_bin_collection Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
+ ## 0.152.2 (2025-06-04)
3
+
4
+ ### Fix
5
+
6
+ - Update Makefile
7
+ - Update CheshireEastCouncil.py
8
+ - Github action to handle branch name with parentheses
9
+
2
10
## 0.152.1 (2025-05-15)
3
11
4
12
### Fix
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ async def async_step_reconfigure_confirm(
253
253
254
254
async def get_councils_json (self ) -> Dict [str , Any ]:
255
255
"""Fetch and return the supported councils data, including aliases and sorted alphabetically."""
256
- url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.1 /uk_bin_collection/tests/input.json"
256
+ url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.2 /uk_bin_collection/tests/input.json"
257
257
try :
258
258
async with aiohttp .ClientSession () as session :
259
259
async with session .get (url ) as response :
Original file line number Diff line number Diff line change 9
9
"integration_type" : " service" ,
10
10
"iot_class" : " cloud_polling" ,
11
11
"issue_tracker" : " https://github.com/robbrad/UKBinCollectionData/issues" ,
12
- "requirements" : [" uk-bin-collection>=0.152.1 " ],
13
- "version" : " 0.152.1 " ,
12
+ "requirements" : [" uk-bin-collection>=0.152.2 " ],
13
+ "version" : " 0.152.2 " ,
14
14
"zeroconf" : []
15
15
}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " uk_bin_collection"
3
- version = " 0.152.1 "
3
+ version = " 0.152.2 "
4
4
description = " Python Lib to collect UK Bin Data"
5
5
readme = " README.md"
6
6
authors = [
" Robert Bradley <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments