We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa4164 commit 77d03a2Copy full SHA for 77d03a2
source/_integrations/vallox.markdown
@@ -78,10 +78,10 @@ automation:
78
- entity_id: sensor.vallox_current_profile
79
platform: state
80
action:
81
- - data_template:
82
- entity_id: input_select.ventilation_profile
83
- option: "{{ states('sensor.vallox_current_profile') }}"
84
- service: input_select.select_option
+ - service: input_select.select_option
+ data:
+ entity_id: input_select.ventilation_profile
+ option: "{{ states('sensor.vallox_current_profile') }}"
85
```
86
{% endraw %}
87
0 commit comments