I added a light effects to a light I have. But in home assistant I always get to picked between None and the one I want. Is there anyway to remove None? I just want the effect I have to be the default thing. I don’t want Home assistant to be able pick anything else.
Or would I have to code my own light component to do that?
Or does it make sense to add default_effect or something similar in esphome that override None with that effect?
This is especially annoying because home assistant/esphome forget the effect if you turn off the light and then on it again.
Maybe I’m missing something but yes it looks like I can choose effect when I turn on the light from esphome. But what if Home assistant turn on the light? I couldn’t find how to write a trigger that set the effect.
Yes but then I would have to write special actions in Home Assistent right? So it will not happen when I just turn on a light. It will only happen when I run my special actions.