Tankstellen Austria – Free custom integration for Austrian fuel prices (like Tankerkönig for AT)

I built a custom integration that fetches Austrian fuel prices via the official E-Control API (spritpreisrechner.at) and displays them on your dashboard (similar to the Tankerkönig integration for Germany):

  • Shows the 5 cheapest fuel stations near your location for Diesel, Super 95, and CNG
  • Setup entirely through the HA UI – pick your location on a map, select fuel types, done
  • Custom Lovelace card with tabs per fuel type, expandable opening hours, and Google Maps links
  • No API key required

Note: This only works for Austria, as the data comes from E-Control which only covers Austrian fuel stations.

GitHub: GitHub - rolandzeiner/tankstellen-austria: Home Assistant integration for Austrian fuel prices (E-Control Spritpreisrechner API) · GitHub

Install via HACS as a custom repository or manually. Feedback and suggestions are welcome!

4 Likes

I was fetching them via rest in config.yaml, now I can migrate to ‘UI-mode’. Thank you for sharing.

1 Like

I had a similar setup before, but the custom card was a mess of several hundred lines of code with each station requiring its own individual sensor. Given how crazy fuel prices are right now, I figured it was finally time to build it proper.