Releases: pantherale0/ha-fuelprices
2024.6.2
2024.6.2
- Fix regression setting up integration for the first time (
KeyError: 'cheapest_stations'
)
Previous update notes:
2024.6.1
- Add support for New Zealand via PetrolSpy
- Add support for Canada via GasBuddy
- Update GasBuddy to use a bounding box when collecting fuel stations
2024.6.0
A number of changes have been made in this version, highlights are as follows:
- Raspberry PI (ARM) devices are now supported
- Area is now included in state attributes for registered entities
- The state value of entities can be changed. Currently this only works globally, future versions will allow this to be configured by area
- Top cheapest fuel entities can now be registered, this is currently an experimental feature and will cause your Home Assistant instance to take longer to start up while initial queries are sent. This is configurable on a per area basis.
- New data providers for Australia (FuelSnoop), Greece (FuelGR) and Romania (Peco-Online)
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
- UK: Ascona Group incorrect field mapping for provider name
Full Changelog: 2024.3.0...2024.6.2
2024.6.1
2024.6.1
- Add support for New Zealand via PetrolSpy
- Add support for Canada via GasBuddy
- Update GasBuddy to use a bounding box when collecting fuel stations
Previous update notes:
2024.6.0
A number of changes have been made in this version, highlights are as follows:
- Raspberry PI (ARM) devices are now supported
- Area is now included in state attributes for registered entities
- The state value of entities can be changed. Currently this only works globally, future versions will allow this to be configured by area
- Top cheapest fuel entities can now be registered, this is currently an experimental feature and will cause your Home Assistant instance to take longer to start up while initial queries are sent. This is configurable on a per area basis.
- New data providers for Australia (FuelSnoop), Greece (FuelGR) and Romania (Peco-Online)
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
- UK: Ascona Group incorrect field mapping for provider name
Full Changelog: 2024.3.0...2024.6.1
2024.6.0
2024.6.0
A number of changes have been made in this version, highlights are as follows:
- Raspberry PI (ARM) devices are now supported
- Area is now included in state attributes for registered entities
- The state value of entities can be changed. Currently this only works globally, future versions will allow this to be configured by area
- Top cheapest fuel entities can now be registered, this is currently an experimental feature and will cause your Home Assistant instance to take longer to start up while initial queries are sent. This is configurable on a per area basis.
- New data providers for Australia (FuelSnoop), Greece (FuelGR) and Romania (Peco-Online)
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
- UK: Ascona Group incorrect field mapping for provider name
Full Changelog: 2024.3.0...2024.6.0
2024.6.0b5
2024.6.0
A number of changes have been made in this version, highlights are as follows:
- Raspberry PI (ARM) devices are now supported
- Area is now included in state attributes for registered entities
- The state value of entities can be changed. Currently this only works globally, future versions will allow this to be configured by area
- Top cheapest fuel entities can now be registered, this is currently an experimental feature and will cause your Home Assistant instance to take longer to start up while initial queries are sent. This is configurable on a per area basis.
- New data providers for Greece (FuelGR) and Romania (Peco-Online)
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
- UK: Ascona Group incorrect field mapping for provider name
Full Changelog: 2024.3.0...2024.6.0b5
2024.6.0b4
2024.6.0
A number of changes have been made in this version, namely to support RPI devices, but also I have implemented a few feature requests.
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
- UK: Ascona Group incorrect field mapping for provider name
New
- Area is now within extra state attributes (#12)
- You can now customise the state value used on the sensor entity (#15)
Full Changelog: 2024.3.0...2024.6.0b4
2024.6.0b3
2024.6.0
A number of changes have been made in this version, namely to support RPI devices, but also I have implemented a few feature requests.
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
- UK: Ascona Group incorrect field mapping for provider name
New
- Area is now within extra state attributes (#12)
- You can now customise the state value used on the sensor entity (#15)
Full Changelog: 2024.3.0...2024.6.0b3
2024.6.0b2
2024.6.0
A number of changes have been made in this version, namely to support RPI devices, but also I have implemented a few feature requests.
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease, gasbuddy
New
- Area is now within extra state attributes (#12)
- You can now customise the state value used on the sensor entity (#15)
Full Changelog: 2024.3.0...2024.6.0b2
2024.6.0b1
2024.6.0
A number of changes have been made in this version, namely to support RPI devices, but also I have implemented a few feature requests.
Fixed
- Unable to install on ARM platform (#13)
- Issues setting up for tankerkoenig, spritpreisrechner, fuelwatch, directlease
New
- Area is now within extra state attributes (#12)
- You can now customise the state value used on the sensor entity (#15)
Full Changelog: 2024.3.0...2024.6.0b0
2024.6.0b0
2024.6.0
A number of changes have been made in this version, namely to support RPI devices, but also I have implemented a few feature requests.
Fixed
- Unable to install on ARM platform (#13)
New
- Area is now within extra state attributes (#12)
- You can now customise the state value used on the sensor entity (#15)
Full Changelog: 2024.3.0...2024.6.0b0
2024.3.0
This release contains breaking changes
New
- GB: Add Moto data source (https://moto-way.com/fuel-price/fuel_prices.json)
- GB: Add JET data source (https://jetlocal.co.uk/fuel_prices_data.json)
- The services for
Find Fuel Locations
andFind Fuels
now return the distance from the original search location (in miles) - Device tracker platform has been replaced for the sensor platform.
- Add icon to entities
- Update translations
- Add service to force refresh (#8)
Breaking
- Device tracker platform removed, all entities will be available under the sensor platform instead.
- To account for the changes to service calls, their output formats have now changed, for
Find Fuels
the output will be in list format as follows:
fuels: [{
name: Location Name,
cost: Location Cost,
distance: Location Distance
}]
The Find Fuel Locations
service call has not changed significantly, however now includes additional properties under the props
key that was previously hidden.
Fixed
- UK Fuel Sources not updating
- Missing options in options flow
- BP and Tesco returning incorrect price values
Full Changelog: 2024.1.0...2024.3.0