Initial Home Assistant commit

This commit is contained in:
2026-06-05 22:34:31 -04:00
commit 6a58b10e6c
4494 changed files with 297833 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"version": 1,
"minor_version": 1,
"key": "http",
"data": {
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.122.1",
"192.168.1.130",
"192.168.1.125",
"192.168.1.135"
],
"server_port": 8123,
"login_attempts_threshold": -1,
"use_x_frame_options": true,
"ip_ban_enabled": true,
"ssl_profile": "modern",
"cors_allowed_origins": [
"https://cast.home-assistant.io"
]
}
}