GC
GC
I'd be willing to write some stand-alone examples (not HA related) and even get documentation started if I could get some help to ramp up my understanding...
Even just a link to a how-to would be appreciated.
Thanks for the help @puddly Using your first example, would I add the listener when the `device_initialized` gets been called? Eg. ``` def device_initialized(self, device, *, new=True): if device.some_var ==...
Hey @puddly I think I've done what you said, but it isn't behaving the way I expected so either I don't understand the workflow or something is wrong. ``` def...