#input_select
1 messages · Page 1 of 1 (latest)
I think you could do it with the set_options service call, but not in configuration.yaml
1 messages · Page 1 of 1 (latest)
Is it possible to populate the list of options in input_select from input_text fields?
something like that:
input_select:
test:
name: my_test
options: |-
"{{ states('input_text.option1') }}"
"{{ states('input_text.option2') }}"
"{{ states('input_text.option3') }}"
I think you could do it with the set_options service call, but not in configuration.yaml