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.9 (2025-08-03)
3
+
4
+ ### Fix
5
+
6
+ - Cotswald and coventry
7
+ - Fixing multiple broken councils
8
+ - multiple broken councils
9
+
2
10
## 0.152.8 (2025-07-26)
3
11
4
12
### 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.8 /uk_bin_collection/tests/input.json"
7
+ INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.9 /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.8 " ],
13
- "version" : " 0.152.8 " ,
12
+ "requirements" : [" uk-bin-collection>=0.152.9 " ],
13
+ "version" : " 0.152.9 " ,
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.8 "
3
+ version = " 0.152.9 "
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