Document connectivity check unsupported evaluation (#23988)

This commit is contained in:
Mike Degatano 2022-09-09 02:37:22 -04:00 committed by GitHub
parent f5c87c2981
commit 647df8eafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
---
title: "Connectivity check"
description: "More information on why disabling Network Manager's connectivity check marks the installation as unsupported."
---
## The issue
Home Assistant needs to know when it has a stable network connection in order to disable functionality which requires that.
Without this check you will face an increased number of errors and performance issues due to connection timeouts.
## The solution
From the host shell execute the following command to re-enable Network Manager's connectivity check:
```sh
busctl set-property org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager ConnectivityCheckEnabled b true
```