File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
custom_components/uk_bin_collection Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
+ ## 0.152.11 (2025-08-25)
3
+
4
+ ### Fix
5
+
6
+ - date extraction in RochfordCouncil data parsing
7
+ - parsing error in BH selenium
8
+ - ** hacs** : respect the headless option
9
+
10
+ ### Refactor
11
+
12
+ - ** hacs** : improve build_ukbcd_args with formatter functions
13
+
2
14
## 0.152.10 (2025-08-04)
3
15
4
16
### 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.10 /uk_bin_collection/tests/input.json"
7
+ INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.11 /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.10 " ],
13
- "version" : " 0.152.10 " ,
12
+ "requirements" : [" uk-bin-collection>=0.152.11 " ],
13
+ "version" : " 0.152.11 " ,
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.10 "
3
+ version = " 0.152.11 "
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