mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Co-authored-by: Robert Resch <robert@resch.dev> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
17 lines
1.9 KiB
JSON
17 lines
1.9 KiB
JSON
{
|
|
"issues": {
|
|
"server_host_deprecated": {
|
|
"description": "The `server_host` configuration option in the HTTP integration is deprecated and will be removed.\n\nIf you are using this option to bind Home Assistant to specific network interfaces, please remove it from your configuration. Home Assistant will automatically bind to all available interfaces by default.\n\nIf you have specific networking requirements, consider using firewall rules or other network configuration to control access to Home Assistant.",
|
|
"title": "The `server_host` HTTP configuration option is deprecated"
|
|
},
|
|
"server_host_deprecated_hassio": {
|
|
"description": "The deprecated `server_host` configuration option in the HTTP integration is prone to break the communication between Home Assistant Core and Supervisor, and will be removed.\n\nIf you are using this option to bind Home Assistant to specific network interfaces, please remove it from your configuration. Home Assistant will automatically bind to all available interfaces by default.\n\nIf you have specific networking requirements, consider using firewall rules or other network configuration to control access to Home Assistant.",
|
|
"title": "The `server_host` HTTP configuration may break Home Assistant Core - Supervisor communication"
|
|
},
|
|
"ssl_configured_without_configured_urls": {
|
|
"description": "Home Assistant detected that SSL has been set up on your instance, however, no custom external internet URL has been set.\n\nThis may result in unexpected behavior. Text-to-speech may fail, and integrations may not be able to connect back to your instance correctly.\n\nTo address this issue, go to Settings > System > Network; under the \"Home Assistant URL\" section, configure your new \"Internet\" and \"Local network\" addresses that match your new SSL configuration.",
|
|
"title": "SSL is configured without an external URL or internal URL"
|
|
}
|
|
}
|
|
}
|