Hi. I’ve been learning to create light templates linked to input_boolean and input_number to keep the values after a restart.
For one of my devices, I need to create a light template that supports white and color modes.
Also another doubt: I understand that template lights need to have their templates and their turn_on, turn_off, set_color actions at least in order to store the values in variables or helpers, and then restore the values after a system restart.
But let’s say that for another light I don’t need the status restored after a restart, and I just want to use the device to start actions in Node-RED, is it a problem to create template lights with just these empty settings?