1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/network/strings.json
2025-10-28 10:33:10 +01:00

17 lines
1.0 KiB
JSON

{
"issues": {
"docker_host_network": {
"description": "Home Assistant is running in a container without host networking mode. This can cause networking issues with device discovery, multicast, broadcast, other network features, and incorrectly detecting its own URL and IP addresses, causing issues with media players and sending audio responses to voice assistants.\n\nIt is recommended to run Home Assistant with host networking by adding the `--network host` flag to your Docker run command or setting `network_mode: host` in your `docker-compose.yml` file.\n\nSee the [Docker documentation]({docs_url}) for more information about Docker host networking and refer to the [Home Assistant installation guide]({install_url}) for our recommended and supported setup.",
"title": "Home Assistant is not using host networking"
}
},
"system_health": {
"info": {
"adapters": "Adapters",
"announce_addresses": "Announce addresses",
"ipv4_addresses": "IPv4 addresses",
"ipv6_addresses": "IPv6 addresses"
}
}
}