Yeah, sorry, should still be going to the info
path. Try this:
http://10.0.0.25:8123/api/hassio/addons/bc9cb2be_cloudflare-argo/info
It should return started
if it’s running.
By the way, you can always try these commands from the Home Assistant command line using curl
to see what JSON object is being returned to the sensor. So in this case you could try:
curl -X GET -H "Content-Type: application/json" http://10.0.0.25:8123/api/hassio/addons/bc9cb2be_cloudflare-argo/info -H "Authorization: <YOUR HA ACCESS TOKEN HERE>"
Then you can check the result to see that the JSON key you are looking for is actually present