b_tton
March 29, 2025, 12:41pm
1
Hey,
I try to create an input_select helper in my configuration yaml. Even if I tried the example of the documentation.
input_select:
who_cooks:
name: Who cooks today
options:
- Paulus
- Anne Therese
initial: Anne Therese
icon: mdi:panda
This helper was not created. I have checked the logs. No hint.
What else can I do?
Have you restarted HA?
Any time you add a new file of configuration or add an integration for the first time in YAML, you need to restart… just reloading YAML is not sufficient.
b_tton
March 29, 2025, 1:08pm
3
Yes. restarted multiple times. Also tried to leave off the initial and icon section.
Try creating it in the UI instead. Create a dropdown helper
123
(Taras)
March 29, 2025, 1:25pm
5
How many instances of this key are in your configuration.yaml
file? There should only be one.
input_select: