Problem with sentence recognition in German

I have a problem with sentence recognition in German. I am trying to turn on a device (type: switch) in a specific area. When I use English, everything works fine. However, when I use German, the wrong sentence_template is used as soon as I include an area.

Example sentence in German: “Schalte die Kamera im Garten an” (English: Turn on the camera in the garden)
The entity I want to trigger has an alias “Kamera”

intent:
  name: HassTurnOn
slots:
  area: Garten
  domain: scene
details:
  area:
    name: area
    value: Garten
    text: Garten
  domain:
    name: domain
    value: scene
    text: ''
targets: {}
match: false
sentence_template: '[<szene> ]<name> <area>[ (<aktivieren>|<ausfuehren>|<an>)]'
unmatched_slots:
  name: 'Schalte die Kamera '
source: builtin

Can I change this to not use a scene intent?

You should discuss this issue on GitHub.
Your language does not have options with area for standard domains.

You can compare with other languages.

Or make changes via PR yourself