After successfully installed HA I wanted to add the BLINK Integration. However it never succeeded. After different tests I concluded HA in Docker cannot resolve the cloud address of Blink (https://rest-prod.immedia-semi.com/api/v5/account/login ). Testing to access within the Docker environment with cli
( curl 'https://rest-prod.immedia-semi.com/api/v5/account/login' -X POST -H 'Content-Type: application/json' -d '{"unique_id": "00000000-0000-0000-0000-000000000000", "password":"myPassword","email":"myEmail"}' )
says: "curl: (6) Could not resolve host: – "
How can I ensure this docker has access to the DNS server?