File tree Expand file tree Collapse file tree
custom_components/uk_bin_collection
uk_bin_collection_api_server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11=======
2+ ## 0.165.0 (2026-03-28)
3+
4+ ### Feat
5+
6+ - Lancaster City - support food waste collection (#1895 )
7+ - support lancaster city food waste collection
8+ - North Northamptonshire - add food caddy bin type support (#1894 )
9+ - add support for food caddy bin type in North Northamptonshire Council scraper
10+
11+ ### Fix
12+
13+ - expose errors in lancaster city date parsing
14+ - correct casing for food caddy bin type in North Northamptonshire Council scraper
15+ - Herefordshire Council - incorrectly picking up non-date string (#1888 )
16+ - Herefordshire Council incorrectly picking up non-date string
17+ - EalingCouncil/LondonBoroughEaling - use collectionDate not collectionDateString (#1886 )
18+ - EalingCouncil/LondonBoroughEaling: Use collectionDate not collectionDateString
19+
20+ ### Refactor
21+
22+ - ChorleyCouncil - use requests instead of Selenium (#1891 )
23+
224## 0.164.0 (2026-03-14)
325
426### Feat
Original file line number Diff line number Diff line change 44
55from homeassistant .const import Platform
66
7- INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.164 .0/uk_bin_collection/tests/input.json"
7+ INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.165 .0/uk_bin_collection/tests/input.json"
88
99DEFAULT_NAME = "UK Bin Collection Data"
1010
Original file line number Diff line number Diff line change 99 "integration_type" : " service" ,
1010 "iot_class" : " cloud_polling" ,
1111 "issue_tracker" : " https://github.com/robbrad/UKBinCollectionData/issues" ,
12- "requirements" : [" uk-bin-collection>=0.164 .0" ],
13- "version" : " 0.164 .0" ,
12+ "requirements" : [" uk-bin-collection>=0.165 .0" ],
13+ "version" : " 0.165 .0" ,
1414 "zeroconf" : []
1515}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " uk_bin_collection"
3- version = " 0.164 .0"
3+ version = " 0.165 .0"
44description = " Python Lib to collect UK Bin Data"
55readme = " README.md"
66authors = [" Robert Bradley <robbrad182@gmail.com>" ]
Original file line number Diff line number Diff line change 11connexion [flask,swagger-ui ]
22uvicorn
3- uk-bin-collection >= 0.164 .0
3+ uk-bin-collection >= 0.165 .0
You can’t perform that action at this time.
0 commit comments