[WTH] - Integration scrape using yaml doesn't work

as the title says…

So long
Pc

It works fine, what’s not working for you?

Hi,
in the documentation it says that when you set the ‘unique_id’ parameter you can now also set some things via the UI. The documentation also states that the ‘Scrape’ integration is listed in the UI under Devices & Services if you integrate the sensor using yaml. That’s not the case! WTH…

Yes it is, share your config please

hi,
here it is…
configuration.yaml:

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
influxdb: !include influxdb.yaml
scrape: !include scrapes.yaml

scrapes.yaml:

- resource: https://www.goldpreis.de
  sensor:
    - name: "aktueller Goldpreis"
      select: ".au_gold_eur_o"
      index: 0
      unit_of_measurement: "€/oz"
      value_template: "{{ value|replace('.','')|replace(',','.') }}" # von 1.000,00 zu 1,000.00
      unique_id: goldpreis_yaml
  scan_interval: 3600

Many thanks in advance !

So long
Pc