Filter devices alexa

Hi,

Finally managed to connect ha to the alexa app, without any filter first. Then I ended up to 247 devices and of course not of them are a matter of interest.

I removed them one by one from the app and have added the following:

alexa:
  smart_home:
  filter:
    exclude_entities:
      - ligth.*
    exclude_domains:
      - automation
      - binary_sensor
      - button
      - camera
      - climate
      - device_tracker
      - light
      - media_player
      - number
      - person
      - sensor
      - select
      - script

Once I connect ha to alexa app all devices come back, like if the filter doesn’t work.
Any idea what to do ?

I did another try with only include_entities:

alexa:
  smart_home:
  locale: fr-FR
  endpoint: https://api.eu.amazonalexa.com/v3/events
  client_id: !secret alexa_client_id
  client_secret: !secret alexa_client_secret
  filter:
    include_entities:
      - light.0xa4c1386ae30b2d5f:
          name:"Ampoule évier"
          description:"Lumière au dessus du plan de travail"

Do you confirm that I should have only this devices and not the others ? Do you confirm I correctly understand the documentation ? (Amazon Alexa Smart Home Skill - Home Assistant)

Finally simply an identation issue.
Case closed