Hi everyone, in my AppDaemon script, I want to call the OpenAI image generator service and get the response data back to AppDaemon. I haven’t found any direct solution to this, so I’ve used a workaround by calling a Home Assistant script that calls the OpenAI service and writes the image URL data to a sensor. Then, a listener in AppDaemon gets the data when the Home Assistant script updates the sensor value.