home assistant updates

This commit is contained in:
2026-01-21 23:13:28 -05:00
parent 4d2f6831e3
commit 606035432b
4 changed files with 132 additions and 20 deletions

View File

@@ -18,11 +18,6 @@ in
config = {
http = {
server_port = 8123;
server_host = [
"192.168.99.14"
"192.168.90.40"
"127.0.0.1"
];
use_x_forwarded_for = true;
trusted_proxies = "127.0.0.1";
};