I’m looking into writing a python script for bulk renaming entities to make it easier to switch back and forth between OpenZWave and Z-Wave JS. It doesn’t look like you get this level of control with the built-in python_script system. I’m wondering if anyone could point me to an API or interface that could do this programmatically.
Ideally this would remain a simple single script and not a whole custom component but I’m open to all options.
One idea I have is to log the requests made by the web interface and write a script to pretend to be coming from the browser. But ideally if there’s a more direct python api that’d be nice.