Argon One Active Cooling and Active Linear Cooling Addon

thanks.
Ive now found this GitHub - Misiu/argon40: Home Assistant support for Argon ONE Pi 3 & 4 cases and Argon Fan HAT

which allows for this, see Configuring the fan, (need to scroll down a bit for that section).

Wonder if that CC also works on the new case, it seems a bit more versatile, because it allows what I was looking for:

- alias: 'Argon One: Fan speed 55% (>55°C)'
  trigger:
    platform: numeric_state
    entity_id: sensor.pi_cpu_temp
    above: 55.0
    for:
      minutes: 1
  action:
  - service: argon40.set_fan_speed
    data:
      speed: 55

- alias: 'Argon One: Fan speed 100% (>60°C)'
  trigger:
    platform: numeric_state
    entity_id: sensor.pi_cpu_temp
    above: 60.0
    for:
      minutes: 1
  action:
  - service: argon40.set_fan_speed
    data:
      speed: 100