Discovery returns far too many entities

Hi all,

bit confused. I get the setup workinh ddns, with duckdns and nginx proxy manager.

All communications seem to work, but when I test my setup in AWS lamda console it returns far too many entries… over 200. I would like to exclude all and then select only those entities I would like to control.

alexa:
smart_home:
locale: de-DE
filter:
endpoint: https://api.eu.amazonalexa.com/v3/events
client_id: …
client_secret: …
exclude_domains:
- automation
- alert
- input_boolean
- media_player
- binary_sensor
- switch
- camera
- light
- automation
- script
- sensor
- device-tracker
- lock
- fan
- remote
- alarm_control_panel
- input_select
- input_number
- person
- sun
- climate
- weather
- zone
- persistent_notification
- air_quality
include_entities:
- switch.evening_lights
entity_config:
switch.evening_lights:
name: Abendbeleuchtung
description: Abendbeleuchtung
display_categories: LIGHT

Still my response contains lots of entiteis I was expecting only switch.evening_lights. What I’m doing wrong?