Tankerkoenig yaml integration broken?

Just have some issues setting up the tankerkoenig integration for HA. As far as i know there are two ways to setup the integration:

  1. ) Adding the following block to configuratiuon.yaml
tankerkoenig:
    api_key: [censored]
    show_on_map: false
    fuel_types:
        - "diesel"
        - "e5"
    stations:
    - [censored]

leads to this error in log:
2023-04-08 16:11:31.336 ERROR (MainThread) [homeassistant.components.tankerkoenig] The ‘tankerkoenig’ option near /config/configuration.yaml:2 has been removed, please remove it from your configuration

2.) Using the integration on GUI
There are only to parameters to set: name of region and api key. No matter what i am enter: i don’t get any values.

If i query the api on browser i am getting the correct output.
https://creativecommons.tankerkoenig.de/json/list.php?lat=[censored]&lng=[censored]&sort=price&type=diesel&type=e5&apikey=[censored]&rad=10

So my question is: Is the integration broken or am i doing something wrong?
HA Version 2023.4.1.

I also get tickboxes for three fuel types, a map to set location and a slider to set search radius.

You are right. So it’s working on your side?
If i enter the api key and the name of my location with radius 25 i don’t get any stations.

Well, the setup of the integration seems to be working, but since I’m in the UK I can’t actually use it to get any petrol prices… :grinning:

Are there any bits of the old yaml still in your configuration?

I have checked again and the configuration.yaml looks clean.
What i am really wondering:

With this i am getting “no stations found”:
Name of region: [village]
API-Key: [censored]
Fuel: Super, Super E10, Diesel
Radius: 25

With this i am getting 13 stations which are definitly not in my area:
Name of region: XY
API-Key: https://creativecommons.tankerkoenig.de/json/list.php?lat=[censored]&lng=[censored&s]ort=price&type=diesel&type=e5&apikey=[censored]&rad=10
Fuel: Super, Super E10, Diesel
Radius: 25

It’s a bit confusing.

Edit: Ok, finally i figured it out. I must correctly set the location of home in HA on the map. Then the integration successfully finds my stations. Don’t know that this value is used.