Home Assistant - Alexa - Broadlink RM

Hi guys!
This text will be hidden
I'm working on the integration of my HA with Alexa. I have just done a lot of things,  but now i am fighting against my exterior blind.

My blinds are managed by broadlink and I have configured 3 different switches (each with ON command and OFF command to open and close blind)

I have included entities in my smart_home section of configuration.xml but on Alexa there is no way to manage both command :thinking:

include_entities:
        - switch.sala
     entity_config:
      switch.sala:
        name: Tenda salone
        description: Tenda sala
        display_categories: EXTERIOR_BLIND

What is my mistake? Or how can i overcome this situation?

make a template cover and expose that to alexa.

Wow!! Thank you so much! I will try!!