Releases: pantherale0/ha-fuelprices
Releases · pantherale0/ha-fuelprices
2025.2.0b0
Breaking Changes:
- UK: Jet has been disabled in this version as it appears they are no longer allowing access to their data feed (either not found or 403 unauthorized). Following from some issues from last release, I've updated the config entry version so that Home Assistant will automatically remove this from your config. (#33)
What's new:
- Following the previous release exception improvements,
UpdateFailedError
are now caught by the data coordinator and will only raise an error in the logs. Future versions will see this logged as a repair instead. - The python module itself is now correctly included as a logger in the integration manifest, enabling debug logs will expose more detail than before.
Full Changelog: 2025.1.1...2025.2.0b0
2025.1.1
Breaking:
- DirectLease has been disabled temporarily to allow improvements (#30), to continue using DirectLease, please do not upgrade to this version.
What's new:
- UK: Morrison's is no longer a data source as their fuel stations are now owned by MFG. The MFG data source should provide replacement entities.
- ALL: General exception handling has been improved, parser exceptions are now logged rather than bubbling up to the integration and stopping the integration from working.
Full Changelog: 2025.1.0...2025.1.1
2025.1.0
2024.11.4
What's Changed
- FuelSnoop now correctly returns a price of the given unit ($1.98 rather than $198).
- Ensure invalid fuel types are correctly handled to prevent errors in logs
- Ensure that integer based cheapest fuel sensors return the correct UOM and device class
Full Changelog: 2024.11.3...2024.11.4
2024.11.3
What's new:
- Bump pyfuelprices (ensure that the internal location cache is used as the primary source of data for search requests).
- Fix
device_class
attributes to ensure sensors are correctly registered as monetary sensors. - Cheapest fuel sensors -
last update
andnext update
now show the update status for the fuel station specifically rather than the details of the polling interval. Polling status is now shown undersensor_last_poll
andsensor_next_poll
Full Changelog: 2024.11.2...2024.11.3
2024.11.2
2024.11.1
What's new
- BR: Added support for Brazil (GasPass)
- AT: Spritpreisrechner now properly supports service calls to retrieve out of area fuel stations
- DE: Tankerkoenig now properly supports service calls to retrieve out of area fuel stations
- Clean-up and de-duplicate some backend code
Full Changelog: 2024.11.0...2024.11.1
2024.11.0
Changes/Fixes
- AT Spritpreisrechner: Fix data collection problems This source does not support defining a radius
- AT Spritpreisrechner now collects fuel stations for individual areas alongside collections via region.
- AT Spritpreisrechner data collection performance improvements
Full Changelog: 2024.10.0...2024.11.0
2024.10.0
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 the fuel price in the correct monetary format (eg £1.38 rather than 138.9). If you still need the price measured in pence, update your scripts to multiply the price by 100.
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
Known issues
- UK: Morrisons data source seems to have lost most of its fuel stations, but it looks like there are some significant changes going on to transfer ownership of Morrisons fuel stations to MFG instead (https://uk.news.yahoo.com/morrisons-petrol-stations-closed-four-115900807.html)
Full Changelog: 2024.7.2...2024.10.0
2024.10.0b1
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