Full switch from fhem to homematic ccu + frontend cleanup

This commit is contained in:
Martin Bauer
2021-09-19 08:36:59 +00:00
parent 33356fa8ca
commit a0e498edeb
23 changed files with 1921 additions and 1815 deletions

View File

@@ -2,17 +2,16 @@
"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"
]
],
"ssl_profile": "modern",
"ip_ban_enabled": true
}
}