Fix Vallox state update automation to work (#14666)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Sebastian Lövdahl 2020-09-30 23:42:37 +03:00 committed by GitHub
parent eaa4164deb
commit 77d03a26b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}