File tree Expand file tree Collapse file tree 4 files changed +30
-4
lines changed
custom_components/uk_bin_collection Expand file tree Collapse file tree 4 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
+ ## 0.153.0 (2025-09-02)
3
+
4
+ ### Feat
5
+
6
+ - Change buckinghamshire council to get data from endpoint
7
+
8
+ ### Fix
9
+
10
+ - 1573 Update Bolton council URL
11
+ - East Herts Council
12
+ - #1575
13
+ - Runnymede Borough Council
14
+ - #1513
15
+ - Wiltshire Council
16
+ - #1533
17
+ - Staffordshire Moorlands District Council
18
+ - #1535
19
+ - Ipswich Borough Council
20
+ - #1548
21
+ - North East Lincs
22
+ - Hinckley and Bosworth Borough Council
23
+ - Nuneaton Bedworth Borough Council
24
+ - #1514
25
+ - Lichfield District Council
26
+ - 1549
27
+
2
28
## 0.152.11 (2025-08-25)
3
29
4
30
### 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.11 /uk_bin_collection/tests/input.json"
7
+ INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.153.0 /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.11 " ],
13
- "version" : " 0.152.11 " ,
12
+ "requirements" : [" uk-bin-collection>=0.153.0 " ],
13
+ "version" : " 0.153.0 " ,
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.11 "
3
+ version = " 0.153.0 "
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