Insteon wireless switches - anyone have working in HA?

I have several 4-button wireless switches that are part of my ISY994i implementation. Now that I have begun migrating to HA, I have come upon the first opportunity where I need to use one of these switches to control non-Insteon (non-ISY) devices. The switches do appear as entities in HA, but as sensors. I tried to do a conversion to a switch in configuration.yaml (as others have taught me here in the community to convert switches to lights) but this gives me an error upon Checking Configuration.

I want one of the 4 buttons to turn on and off, respectively, 2 Wifi LED bulbs.

Anyone have anything like this working?

TIA!

Edit: correct typo

If they are a sensor then you should be able to use them as a trigger in an automation.

something like this

  trigger:
  - platform: state
    entity_id: sensor.insteon
    from: 'on'
    to: 'off'

You can go to the developer tools and see what the states are when pressed and after pressed