Releases: pantherale0/ha-fuelprices
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
2024.7.2
2024.7.1
2024.7.1
- Add support for Comparis as a source for Switzerland (@n15c)
Full Changelog: 2024.7.0...2024.7.1
2024.7.0
2024.7.0
This release is a minor release and changes how config flows are handled in the background, this should fix a few issues (such as updating the integration and changing the options for the home area during initial setup).
This release is optional, but if you need to change the integration settings, you will need to upload to this release.
Full Changelog: 2024.6.2...2024.7.0