Started to switch from fhem to ccu

This commit is contained in:
Martin Bauer
2021-09-18 05:04:51 +00:00
parent e063a1303f
commit 33356fa8ca
39 changed files with 49652 additions and 1410 deletions

18
.storage/http Normal file
View File

@@ -0,0 +1,18 @@
{
"version": 1,
"key": "http",
"data": {
"base_url": "https://ha.bauer.tech",
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.178.80"
],
"server_port": 8123,
"ssl_profile": "modern",
"login_attempts_threshold": -1,
"ip_ban_enabled": true,
"cors_allowed_origins": [
"https://cast.home-assistant.io"
]
}
}