I’m trying to create a ‘dummy’ switch which I can expose to the Sonoff NSPanel Pro using the eWeLink add-on (which pushes Home Assistant switches and lights to the screen without needing to re-flash).
I’ve tried using an input boolean helper but the eWeLink add on doesn’t see this and therefore can’t expose it to the display.
Is there a way I can create a simple on/off switch that isn’t an input boolean help. I think the entity needs to be either switch.name or light.name. I just want to use it to trigger an automation from the NSPanel. I’ve read about Templates and seem some example configuration but no idea how to do it or where the code goes.
Thanks in advance