Automatisation : Récupérer l'état d'un input_select pour l'affecter à d'autres

Comme ceci :

alias: Rétablissement de l'état mémorisé
description: ''
trigger:
  - platform: state
    entity_id: input_boolean.switch_presence_filles
    to: 'off'
condition: []
action:
  - service: input_select.select_option
    target:
      entity_id: 
        - input_select.chauffage2
        - input_select.chauffage3
    data:
      option: "{{states('input_select.chauffage1 ')}}"
mode: single