Skip to content

Commit 77d03a2

Browse files
slovdahlfrenck
andauthored
Fix Vallox state update automation to work (home-assistant#14666)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent eaa4164 commit 77d03a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_integrations/vallox.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ automation:
7878
- entity_id: sensor.vallox_current_profile
7979
platform: state
8080
action:
81-
- data_template:
82-
entity_id: input_select.ventilation_profile
83-
option: "{{ states('sensor.vallox_current_profile') }}"
84-
service: input_select.select_option
81+
- service: input_select.select_option
82+
data:
83+
entity_id: input_select.ventilation_profile
84+
option: "{{ states('sensor.vallox_current_profile') }}"
8585
```
8686
{% endraw %}
8787

0 commit comments

Comments
 (0)