[FIXED] Trouble with Alexa Smart Home and filters

[FIXED] I don’t think I restarted properly.

I have the following config which should only pass through the named entities, I’ve saved it and restarted home assistant, however when I scan for new devices in Alexa app everything gets added which is way more than I want in there as I can’t find anything useful.

The docs say if you only have an include filter then it will exclude everything not specified.

alexa:
  smart_home:
    locale: en-US
    endpoint: 
    client_id: 
    client_secret: 
    filter:
      include_entities:
        - switch.lamp
        - switch.beside_light
        - switch.bedside_light
        - binary_sensor.camera_person_porch
        - binary_sensor.camera_person_garage
        - binary_sensor.camera_person_back
        - switch.0x00158d000542f3e0_switch
        - light.bedroom1left_light
        - light.bedroom1right_light
        - light.light_1_light
        - light.light_2_light
        - light.sonoff_wemos_theo
        - switch.0x086bd7fffe3f5166_switch
        - switch.0x000d6ffffeff62d3_switch
        - switch.fire_tv_back
        - switch.kitchen_tv
        - switch.theo_heater
    entity_config:
      switch.0x00158d000542f3e0_switch:
        display_categories: LIGHT
      switch.lamp:
        display_categories: LIGHT
      switch.beside_light:
        display_categories: LIGHT