Activate a scene with climate

Hello,

I can’t activate a scene with a climate entity.

Here is my automation with a wiser climate entity.


alias: test scene
description: ""
trigger: []
condition: []
action:
  - action: scene.create
    metadata: {}
    data:
      scene_id: test
      snapshot_entities:
        - climate.wiser_chambre_d_amis
  - action: scene.turn_on
    metadata: {}
    target:
      entity_id: scene.test
mode: single

When a do the scene.turn_on, i get

must contain at least one of temperature, target_temp_high, target_temp_low.

Do you have an idea why ? and how to fix this ?

Thanks