diff --git a/supervisor/dbus/network/__init__.py b/supervisor/dbus/network/__init__.py index 1e137eea1..f43e00070 100644 --- a/supervisor/dbus/network/__init__.py +++ b/supervisor/dbus/network/__init__.py @@ -55,7 +55,7 @@ class NetworkManager(DBusInterface): @property def connectivity_enabled(self) -> bool: """Return if connectivity check is enabled.""" - return self.properties[DBUS_ATTR_CONNECTION_ENABLED] + return self.properties.get(DBUS_ATTR_CONNECTION_ENABLED, False) @dbus_connected def activate_connection(