mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Document connectivity check unsupported evaluation (#23988)
This commit is contained in:
parent
f5c87c2981
commit
647df8eafa
17
source/more-info/unsupported/connectivity_check.markdown
Normal file
17
source/more-info/unsupported/connectivity_check.markdown
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user