This is in my /homeassistant/configuration.yaml:
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.0.0.7
- 192.168.68.180
I've verified that it appears in /mnt/data/supervisor/homeassistant/configuration.yaml.
But I still get the error: "A request from a reverse proxy was received from 10.0.0.7, but your HTTP integration is not set-up for reverse proxies"
Am I doing something wrong? I've tried restarting after the edit.