Hi all!
I’m building an integration that needs latitude and longitude from device trackers. In order to have some testing data, I want to connect a phone to my dev hass instance (setup with docker dev environment — running on a Intel Mac with latest macOS , if it matters).
The problem is that it seems to accept connections only from 127.0.0.1 instead of 0.0.0.0 .
I’ve looked it up in devcontainer.json , Dockerfile, Dockerfile.env but seems I cannot figure out where it this restriction comes from or where I can open up the connection acceptance.
How can I make this work?