Floureon / Beok (and other Broadlink based) thermostat component

Thanks for the prompt reply!
Is there any chance to help me a bit with an example code Please?

climate:
  - platform: generic_thermostat
    name: Study
    heater: switch.study_heater
    target_sensor: sensor.study_temperature
    min_temp: 15
    max_temp: 21
    ac_mode: false
    target_temp: 17
    cold_tolerance: 0.3
    hot_tolerance: 0
    min_cycle_duration:
      seconds: 5
    keep_alive:
      minutes: 3
    initial_hvac_mode: "off"
    away_temp: 16
    precision: 0.1

this is my flureon config

#Thermostat
  - platform: floureon
    host: 192.168.1.xxx
    mac: '24:DF:A7:xx:8C:xx'
    name: Beok_Thermostat 
    use_external_temp: false

which switch should i use?

edit: … climate.beok_thermostat
this one?