Fibaro intregration how to add switch without template?

Hello i have Home Assistant and a Fibaro HCL

The configuration of the connection i get this part works
fibaro:

 gateways:
    - url: http://192.168.1.161/api/
      username: your_username
      password: your_password

All the devices that have a template work and i can use them in Home Assistant,

But i also have a Aeotec WallMote quad for wich there is no template yet and it only shows up like this: switch.unknown_zwave_1

I know i have to define the switch and its properties like the following,

      device_config:
        light_device_name_123:
          color: false
          white_value: false
          reset_color: true
        binary_device_name_123:
          device_class: "garage_door"
          icon: mdi:open

But i have no clue how to do and name this

Can someone please point me in the right direction so that the switch can be seen by Home Assistant ?

Greetings Jeroen.