Closed jaburges closed 5 years ago
If absolutely nothing is detected result from API is:
{"success":true,"predictions":[]}
but HA image_processing.blah shows state unknown
unknown
is there a way to return state = 0 ? That way if unknown is shown, then other problems with docker are detectable.
Thanks
also note that once I have used curl to hit the docker container, i'm unable to get a response using the API again (from HA)
this wasnt the issue, raising this instead
If absolutely nothing is detected result from API is:
but HA image_processing.blah shows state
unknown
is there a way to return state = 0 ? That way if
unknown
is shown, then other problems with docker are detectable.Thanks