Alexa Shutter Devices - Viewed as Other Device

Good evening, I can’t get the roller shutter entity to display correctly in the Alexa app.

The entity is the following in mqtt.yaml:

  cover:
    - name: "Tapparella Scala"
      device_class: "shutter"
      unique_id: "shellyplus2pm-cover-tapparella-scala"
      qos: 2
      command_topic: "shellyplus2pm-cover-tapparella-scala/command/cover:0"
      payload_open: "open"
      payload_close: "close"
      payload_stop: "stop"
      position_topic: "shellyplus2pm-cover-tapparella-scala/status/cover:0"
      position_template: "{{ value_json.current_pos }}"
      position_closed: 0
      position_open: 100
      set_position_topic: "shellyplus2pm-cover-tapparella-scala/command/cover:0"
      set_position_template: "pos,{{ value }}"
      state_topic: "shellyplus2pm-cover-tapparella-scala/status/cover:0"
      state_opening: "opening"
      state_closing: "closing"
      state_open: "open"
      state_closed: "closed"
      state_stopped: "stopped"
      optimistic: false
      value_template: "{{ value_json.state }}"

And in my Configuration.yaml:

    entity_config:
      cover.tapparella_scala:
        name: "Tapparella Scala"
        description: "Tapparella Scala"
        display_categories: INTERIOR_BLIND

In the app, the type is always Other.

Any idea for a solution?

INTERIOR_BLIND looks correct to me (according to this). Only thing I can think of is that if you changed this sometime after Alexa discovered the device, you may need to have Alexa discover it again.