Input toggle doesn’t show up as a device in automation and I can’t find a way to set it, I can only read it. Is it possible to set the toggle input value in automation?
If not, is there an alternative, comparable to a virtual switch in SmartThings where you can both get and set it’s value?
To get the state of any entity, such as an Input Boolean, you must use a template with the states() function. This is explained in the Templating documentation.