that’s your problem. See here:
You need to uncomment the http section and it should look like follows:
http:
use_x_forwarded_for: true
trusted_proxies:
- ::1
You need to replace the ::1 with whatever IP your HASS log is saying is being blocked.