mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +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
|
- entity_id: sensor.vallox_current_profile
|
||||||
platform: state
|
platform: state
|
||||||
action:
|
action:
|
||||||
- data_template:
|
- service: input_select.select_option
|
||||||
entity_id: input_select.ventilation_profile
|
data:
|
||||||
option: "{{ states('sensor.vallox_current_profile') }}"
|
entity_id: input_select.ventilation_profile
|
||||||
service: input_select.select_option
|
option: "{{ states('sensor.vallox_current_profile') }}"
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user