File tree Expand file tree Collapse file tree 4 files changed +34
-4
lines changed
custom_components/uk_bin_collection Expand file tree Collapse file tree 4 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
+ ## 0.152.1 (2025-05-15)
3
+
4
+ ### Fix
5
+
6
+ - Update to fix North Somerset
7
+ - Glasgow SSL bypass
8
+ - more robust Northumberland
9
+ - updated Eastleigh input.json
10
+ - Eastleigh cloudflare fix
11
+ - converted collection datetimes into dates for BH parsing.
12
+ - Eastleigh cloudflare fix
13
+ - Eastleigh cloudflare fix
14
+ - added check_uprn to simplified councils
15
+ - simplified Swindon
16
+ - simplified East Devon
17
+ - simplified Dover
18
+ - Simplified Dartford
19
+ - simplified Cheshire East
20
+ - simplified Charnwood input.json
21
+ - improved Charnwood
22
+ - Adur Worthing fix
23
+ - Chorley simplification
24
+ - Bexley simplification
25
+ - added URL to Torbay script
26
+ - Guildford fixes
27
+ - reworked Maidstone
28
+ - maidstone input.json
29
+ - Croydon selenium version
30
+ - Stoke date-time fix
31
+
2
32
## 0.152.0 (2025-05-02)
3
33
4
34
### Feat
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.0 /uk_bin_collection/tests/input.json"
256
+ url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.1 /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.0 " ],
13
- "version" : " 0.152.0 " ,
12
+ "requirements" : [" uk-bin-collection>=0.152.1 " ],
13
+ "version" : " 0.152.1 " ,
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.0 "
3
+ version = " 0.152.1 "
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