From a68e2248bb8814b2ca5bc7cba21bb01cee9550a7 Mon Sep 17 00:00:00 2001 From: whitney Date: Sat, 15 Mar 2025 02:16:16 -0700 Subject: [PATCH] Update homeassistant --- home/homeassistant/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/home/homeassistant/README.md b/home/homeassistant/README.md index 669c517..3071e0a 100644 --- a/home/homeassistant/README.md +++ b/home/homeassistant/README.md @@ -40,6 +40,19 @@ nmap -sn 192.168.1.xxx/24 (adjust for your local network) 1. Navigate to Settings > Automations & Scenes > Create Automation 2. Configure based on time, location, or other triggers. +### Issues +1. Bad Proxy +``` +2025-03-15 09:13:37.969 ERROR (MainThread) [homeassistant.components.http.forwarded] Received X-Forwarded-For header from an untrusted proxy 172.18.0.2 +``` +Homeassistant container is receiving request from the docker proxy network, which it doesn't know about. Add the local proxy so that the container knows that it is ok. +``` +http: + trusted_proxies: + ... + - 172.18.0.2 +``` + ## References https://www.home-assistant.io/integrations/wiz/