Virtual Switch for Alexa Shows up as a Light

I have a Sonoff USB Adaptor to manage the power on my tablet dashboard. It doesn’t have HA support, so I have it set up in Alexa. I want to create an automation based on the battery of my tablet’s power level.

I’m using emulated hue to do this. I created an input boolean to use as a virtual switch. However in Alexa it shows up as a light instead of a switch. It doesn’t show up as a trigger. I can add it in the actions, but not the trigger of a routine. Any advice?

Here is my yaml:

emulated_hue:
  host_ip: 192.168.4.78
  listen_port: 80
  expose_by_default: false
  exposed_domains:
    - input_boolean
    - switch
  entities:
    input_boolean.tablet_switch:
      name: "Tablet Power USB"
      hidden: false