fuatakgun / eufy_security

Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
929 stars 78 forks source link

Add COUNTRY env-variable in docker example #309

Closed bvermolen closed 2 years ago

bvermolen commented 2 years ago

When you are not located in the US and you are following the Installation Guide in the README, you will get stuck on the docker-image for EufySecurity.

To specify another country, this must be added to the environment variables. Like this: docker run -it -e USERNAME=email@address.com -e PASSWORD=password_goes_here -e COUNTRY=UK -p 3000:3000 bropat/eufy-security-ws:X.Y.Z

Can this be updated in the README.

cdnninja commented 2 years ago

Are you able to create a pull request with the details?

On Apr 13, 2022, at 1:37 PM, Bas Vermolen @.***> wrote:

 When you are not located in the US and you are following the Installation Guide in the README, you will get stuck on the docker-image for EufySecurity.

To specify another country, this must be added to the environment variables. Like this: docker run -it -e @.*** -e PASSWORD=password_goes_here -e COUNTRY=UK -p 3000:3000 bropat/eufy-security-ws:X.Y.Z

Can this be updated in the README.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

bvermolen commented 2 years ago

Yes, will do that.