removed trusted_proxies from home_assistant

This commit is contained in:
2025-10-30 19:44:34 -04:00
parent 1bfdbfd785
commit 44feda70c1

View File

@@ -20,7 +20,6 @@
"127.0.0.1"
];
use_x_forwarded_for = true;
trusted_proxies = "192.168.90.40";
};
homeassistant = {
time_zone = "America/New_York";
@@ -52,6 +51,7 @@
ssdp = { };
sun = { };
webhook = { };
cloud = { };
zeroconf = { };
automation = "!include automations.yaml";
script = "!include scripts.yaml";