Home Assistant 配置反向代理提示 400: Bad Request

https://www.home-assistant.io/integrations/http/
就是要在configuration.yaml加入以下代码
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24 # Add the IP address of the proxy server
复制代码
加完之后重启,问题解决。