Skip to content

Releases: pantherale0/ha-fuelprices

2025.2.0b0

03 Feb 19:52
3fabd23
Compare
Choose a tag to compare
2025.2.0b0 Pre-release
Pre-release

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

28 Jan 16:47
0e27c58
Compare
Choose a tag to compare

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

10 Jan 00:17
5efb2cf
Compare
Choose a tag to compare

What's new

  • UK: Add Costco data source

Full Changelog: 2024.11.4...2025.1.0

2024.11.4

26 Nov 11:56
b23c306
Compare
Choose a tag to compare

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

23 Nov 19:49
98be68c
Compare
Choose a tag to compare

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 and next update now show the update status for the fuel station specifically rather than the details of the polling interval. Polling status is now shown under sensor_last_poll and sensor_next_poll

Full Changelog: 2024.11.2...2024.11.3

2024.11.2

22 Nov 13:49
bb7c5ba
Compare
Choose a tag to compare

Fixed:

  • Cheapest fuel station entities do not update (#25)

Full Changelog: 2024.11.1...2024.11.2

2024.11.1

13 Nov 19:32
adb214a
Compare
Choose a tag to compare

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

11 Nov 12:24
ae42435
Compare
Choose a tag to compare

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

14 Oct 09:15
0c9337f
Compare
Choose a tag to compare

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

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

Full Changelog: 2024.7.2...2024.10.0

2024.10.0b1

05 Oct 17:45
c6466bd
Compare
Choose a tag to compare
2024.10.0b1 Pre-release
Pre-release

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

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