Enabling support for theDocumentation Index
Fetch the complete documentation index at: https://help.homeway.io/llms.txt
Use this file to discover all available pages before exploring further.
X-Forwarded-For header in Home Assistant allows Homeway and other proxy servers to give Home Assistant the user’s IP address when making requests. This allows Home Assistant to know the user’s actual IP address, not the IP address of the server proxying the web requests.
Knowing the real user’s IP address is helpful for many Home Assistant features, such as WebRTC peer-to-peer connection negotiation, IP banning for failed login attempts, and more.
If you’re using the standalone Homeway add-on or another proxy server, such as DuckDNS or nginx, you need to manually configure the proxy settings in Home Assistant’s config. yaml file.
- Get access to the Home Assistant configuration.yaml file.
- Find the IP address of your Homeway standalone add-on or other proxy server.
- Add the following configuration to the bottom of the Home Assistant configuration.yml file.
192.168.1.15 with the IP address of your Home Assistant standalone add-on or other proxy server. Your IP address might start with 192.168. 10.0. .
Restart Home Assistant, and you’re all set!
