I have to situations where I was to reconfigure a device programmatically.
One is a lightbulb that misbehaves (stops obeying it’s bound switch) and then fixes itself when reconfigured.
The second is a battery powered device in an inaccessible place that I accidentally unbound from the co-ordinator but does send ‘checkin’ requests - so I want to send a re-configure request when I know its awake (when it checks in)
Is there a service call in ZHA to call the ‘reconfigure device’ option?
If so I could build an automation to do this for me.