2024.10
It's been a few months since my last release, I've not added loads of new fuel providers or features to this release, mainly a number of under the hood changes.
Breaking
- UK Fuel Sources now return a value for the correct currency (eg £1.38 rather than 138.9). The value itself is still there though so if you have any scripts reliant on this, you might need to update. This is to align with the correct currency in Home Assistant (GBP != pence)
New
- UK: Karen Retail provider added (from https://www.gov.uk/guidance/access-fuel-price-data)
- All: Added new
fuel_details
dict to attributes, this will expose the any fuel specific properties (such as tomorrow's price in the case of FuelWatch) (#21)
Fixes
- AU, NZ: PetrolSpy showing incorrect currency code (#16)
- UK: Price showing in pence, however unit is set to GBP (#16 - see breaking change above)
- All: Under the hood data validation changes
- Fix regression in version string introduced by tag in 2024.10.0b0
Full Changelog: 2024.7.2...2024.10.0b1