Alexa via Home Assistant Cloud always discover groups

I need some help with the Alexa integration as I can’t get rid of groups when running discover.
From what i can see in the documentation and posts discover would only import selected items.
I’m running Home Assistant 0.72.1 in Docker on Ubuntu 16.04 on an Odroid XU4.
This config get the correct item discoverd but also all groups, why???

cloud:
  alexa:
    filter:
      include_entities:
        light.wemos_light

Update: Groups are imported as Dimmable Light

Thanks Mats

use this:

cloud:
  alexa:
    filter:
      include_entities:
        - light.wemos_light
      exclude_domains:
        - group

Sorry to say that doesn’t work, should have added that I have tried a lot of different configurations including excluding everything but groups still get discovered.

Like this:

cloud:
  alexa:
    filter:
      exclude_domains:
        - alert
        - automation
        - cover
        - fan
        - group
        - input_boolean
        - light
        - lock 
        - media_player
        - sensor
        - scene
        - script 
        - switch

are you sure the devices in alexa aren’t left over from the previous detection?

It may be my fault as I have a Logitech Alexa Hub skill configured and the Logitech Hub connected to Home Assistant to be able to use the remote to turn on/off lights in my living room.

If I stop Home Assistant or Logitech Hub before discovering It works as expected so it seems that Home Assistent devices also are discoverd through Logitech Hub.

In previous versions of Home Assistant and Logitech Hub this did not occure so now I need to understand how this works so I can control it and use it.

Thanks petro for your help.

No problem. I removed my lights from harmony so I never saw that. It makes sense though