From 77d03a26b36531e9bdc1a5e8e42f0f28a649534c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Wed, 30 Sep 2020 23:42:37 +0300 Subject: [PATCH] Fix Vallox state update automation to work (#14666) Co-authored-by: Franck Nijhof --- source/_integrations/vallox.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %}