diff --git a/source/_integrations/vallox.markdown b/source/_integrations/vallox.markdown index b9826cb0361..977aa2f9fb5 100644 --- a/source/_integrations/vallox.markdown +++ b/source/_integrations/vallox.markdown @@ -78,10 +78,10 @@ automation: - entity_id: sensor.vallox_current_profile platform: state action: - - data_template: - entity_id: input_select.ventilation_profile - option: "{{ states('sensor.vallox_current_profile') }}" - service: input_select.select_option + - service: input_select.select_option + data: + entity_id: input_select.ventilation_profile + option: "{{ states('sensor.vallox_current_profile') }}" ``` {% endraw %}