mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Fix Vallox state update automation to work (#14666)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
eaa4164deb
commit
77d03a26b3
@ -78,10 +78,10 @@ automation:
|
||||
- entity_id: sensor.vallox_current_profile
|
||||
platform: state
|
||||
action:
|
||||
- data_template:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.ventilation_profile
|
||||
option: "{{ states('sensor.vallox_current_profile') }}"
|
||||
service: input_select.select_option
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user