grinco / HASS-coral-rest-api

Coral REST API for HASS
Apache License 2.0
82 stars 6 forks source link

Any advice on how to run via separate docker instead of HASS supervised #7

Closed skug67 closed 2 years ago

skug67 commented 2 years ago

I've got homeassistant installed using virtualenv. I'd be interested in replacing deepstack with a Coral-enabled image recognition service, and I do have docker installed on the same machine -- but I don't know quite how to go about setting this up so that it won't go looking for a HASS supervised instance. Can anyone point me in the right direction?

Thanks in advance.

grinco commented 2 years ago

You can't. Startup script relies on this container to be run as a HASS supervised container. You may want to build your own container and replace the variables in run.sh script with static entries or pass them over as environment variables.