Esphome and remote_transmitter config question

hello community:)…i am only a user not a programmer…my english is not the best

can anyone help with the config for send raw to
intertechno IT-1500

switch:
  - platform: template
    name: Switch C
    optimistic: True
    assumed_state: True
    turn_on_action:
      remote_transmitter.transmit_rc_switch_raw:
        code: '00000000000000000000000001010001'
        protocol: 1
    turn_off_action:
      - remote_transmitter.transmit_rc_switch_raw:
          code: '00000000000000000000000000100001'
          protocol: 1

i think my code is to long and found some manual

here

but i found no docs about the protokoltyp for this device in esphome
…I have been trying for two days
thanks for help

…I also read but I can not get it. because I read raw-code with pilight and that is also too long.
unfortunately I’m over the top.
maybe someone has the same devices and can post a working configuration? Thanks for your efforts and have a nice day.

Why not read on the esp?

…i have read on esphome but it is to difficult for me