File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
custom_components/uk_bin_collection Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
+ ## 0.152.6 (2025-06-18)
3
+
4
+ ### Fix
5
+
6
+ - removed In Progress from date
7
+ - removed a degub print statement
8
+ - ** RugbyBoroughCouncil** : Amended parsed date from full to abbreviated month date, may worked but jun and jul did not
9
+ - ** RugbyBoroughCouncil** : Amended parsed date
10
+ - Reworked Cumberland Council to cater for postcode addition
11
+ - ** OxfordCityCouncil** : Fixed Oxford City Council parsing dues to changes in output from the website
12
+
2
13
## 0.152.5 (2025-06-07)
3
14
4
15
### Fix
Original file line number Diff line number Diff line change 4
4
5
5
from homeassistant .const import Platform
6
6
7
- INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.5 /uk_bin_collection/tests/input.json"
7
+ INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.6 /uk_bin_collection/tests/input.json"
8
8
9
9
DEFAULT_NAME = "UK Bin Collection Data"
10
10
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.5 " ],
13
- "version" : " 0.152.5 " ,
12
+ "requirements" : [" uk-bin-collection>=0.152.6 " ],
13
+ "version" : " 0.152.6 " ,
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.5 "
3
+ version = " 0.152.6 "
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