I created a light entity with template light in order to set the maximum brightness of my wake up lights.
The brightness level is stored in an input_number helper.
I used the “Check configuration” from developer tools and restarted HA. However, the light entity doesn’t show up anywhere.
I’m using core version 2023.1.2
This is my configuration:
I have reloaded and restarted several times without any result. I moved it up in my configuration.yaml and the statements after this one get executed correctly, but not this one.
I want to use a template light in order to visualize the setting “Wake up light brightness” as a light on the dashboard, so you can easily switch it on and off or set a custom brightness.
The wake-up light itself gets activated by the next_alarm entity of the HA app.
Yes, I don’t have any other light: sections in configuration.yaml
Also, there isn’t any error in the Core logs.
Here is my complete configuration.yaml:
to my configuration.yaml, and copied your code (without the light:, as the line above covers that) into lights.yaml. Created your input_number helper , reloaded template entities and boom:
Ok, I’m feeling very dumb right now. The configuration.yaml file was not saved in Studio Code I was under the impression that Studio Code automatically saves the files. So this topic can be closed.