updated lovelace dashboards and migrate tcp sensors to use serial component with SOCAT
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
"minor_version": 1,
|
||||
"key": "http",
|
||||
"data": {
|
||||
"ssl_profile": "modern",
|
||||
"ip_ban_enabled": true,
|
||||
"cors_allowed_origins": [
|
||||
"https://cast.home-assistant.io"
|
||||
],
|
||||
"server_port": 8123,
|
||||
"ssl_profile": "modern",
|
||||
"server_host": [
|
||||
"0.0.0.0",
|
||||
"::"
|
||||
],
|
||||
"cors_allowed_origins": [
|
||||
"https://cast.home-assistant.io"
|
||||
],
|
||||
"use_x_frame_options": true,
|
||||
"server_port": 8123,
|
||||
"login_attempts_threshold": -1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user