Skip to content

Releases: pantherale0/ha-fuelprices

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

2024.7.2

30 Jul 20:30
43d5336
Compare
Choose a tag to compare

2024.7.2

  • Fix regression in search site operation (#22)

Full Changelog: 2024.7.1...2024.7.2

2024.7.1

26 Jul 18:37
cc6fa23
Compare
Choose a tag to compare

2024.7.1

  • Add support for Comparis as a source for Switzerland (@n15c)

Full Changelog: 2024.7.0...2024.7.1

2024.7.0

19 Jul 21:17
Compare
Choose a tag to compare

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