Trouble with Alexa Cloud discovering entities

I’m not sure when it happened but for some reason the 4 scripts I want exposed to the cloud aren’t being discovered any longer.

They were there at one time because I was able to use them to set up in a routine but now I try the ruoitine and they don’t work. I checked my devices list and the scripts aren’t showing up there.

Here is my config:

  alexa:
    filter:
      exclude_domains:
        - group
        - automation
        - sensor
        - binary_sensor
        - script
      include_entities:
        - group.alexa_all_basement_lights
        - group.alexa_all_livingroom_lights
        - group.alexa_all_lights
        - group.alexa_all_mbr_lights
        - script.close_gdn
        - script.open_gdn
        - script.close_gds
        - script.open_gds
      exclude_entities:
        - switch.master_bedroom_fan_0_rf
        - switch.master_bedroom_fan_1_rf
        - switch.master_bedroom_fan_2_rf
        - switch.master_bedroom_fan_3_rf
        - switch.master_bedroom_light_rf
        - switch.sunroom_fan_0
        - switch.debug_view
        - switch.garage_door_north_operator_switch
        - switch.garage_door_south_sonoff_operator
        - switch.syncthing
        - switch.nginx_letsencrypt
        - switch.gs5_exposure_lock
        - switch.gs5_focus
        - switch.gs5_frontfacing_camera
        - switch.gs5_gps_active
        - switch.gs5_night_vision
        - switch.gs5_overlay
        - switch.gs5_torch
        - switch.gs5_video_recording
        - switch.gs5_white_balance_lock
        - switch.gs42_exposure_lock
        - switch.gs42_focus
        - switch.gs42_frontfacing_camera
        - switch.gs42_gps_active
        - switch.gs42_night_vision
        - switch.gs42_overlay
        - switch.gs42_torch
        - switch.gs42_video_recording
        - switch.gs42_white_balance_lock
        - switch.portainer
        - switch.home_assistant_api
        - switch.zigbee2mqtt
        - switch.eclipse_mosquitto
        - switch.tasmoadmin
        - input_boolean.bool_2
        - input_boolean.bool_3
        - input_boolean.bool_4
        - input_boolean.bool_5
        - input_boolean.bool_7
        - input_boolean.bool_9
        - input_boolean.bool_10
        - input_boolean.bool_11
        - input_boolean.bool_12
        - input_boolean.bool_13
        - input_boolean.bool_14
        - input_boolean.bool_15

The scripts under “include_entities:” aren’t being discovered but the groups in that section are being discovered. so I’m a little confused as to why.

And I’ve verified those scripts do exist in my states page.

Am I missing something obvious?