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